Differences From Artifact [d9318177ac]:
- File Makefile — part of check-in [2f11a995dc] at 2019-10-19 08:52:13 on branch trunk — add bootfs, hostname, kld, wlans, config comment, network initialization (user: arcade, size: 152) [annotate] [blame] [check-ins using]
To Artifact [ec1a7976b1]:
- File Makefile — part of check-in [5062c9b6fc] at 2019-10-19 22:52:48 on branch trunk — add more services and init targets add daemonizer (user: arcade, size: 254) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | + + + + + + + + | .include "/etc/mrc.conf" DAEMONIZER?=svc.daemon .include "${DAEMONIZER}" .if defined(AUTOBOOT) SCRIPTS!=ls *.init *.service .else SCRIPTS!=ls *.service .endif all: ${SERVICE:S/.init//:S/.service//} .for file in ${SCRIPTS} .include "${file}" .endfor |