Artifact 3157ec6249f8934ca7f51a63f4390d6f7cd4e8064af002a9982778c73c5526d5:
- File Makefile — part of check-in [84d4cb5e66] at 2019-10-19 23:49:43 on branch trunk — placeholders, sysdb, syslogd, split services and daemons (user: arcade, size: 352) [annotate] [blame] [check-ins using]
.include "/etc/mrc.conf" DAEMONIZER?=svc.daemon .MAKE.JOBS?=2 .SILENT: .include "${DAEMONIZER}" .if defined(AUTOBOOT) SCRIPTS!=ls *.init *.service .else SCRIPTS!=ls *.service DAEMON: .endif .MAIN: ${SCRIPTS:S/.init//:S/.service//} .PHONY: ${SCRIPTS:S/.init//:S/.service//} _daemonize _service .for file in ${SCRIPTS} .include "${file}" .endfor