diff options
author | Roy Marples <roy@marples.name> | 2008-01-10 20:17:55 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-10 20:17:55 +0000 |
commit | 5aea880f8158945d2cc9390891de6af8ca0a9b28 (patch) | |
tree | bffe7803c879478bf2a3c5210d32988452986bb7 /runlevels.BSD/Makefile | |
parent | 22b7a12b6e1f55f536b9004dd78ab67e88deaf6a (diff) |
Move FreeBSD specific files to the new FreeBSD folders.
Diffstat (limited to 'runlevels.BSD/Makefile')
-rw-r--r-- | runlevels.BSD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index 0abbb19e..7e8bbef1 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,5 +1,5 @@ -BOOT= dumpon hostid net.lo0 newsyslog savecore syscons syslogd +BOOT= hostid net.lo0 newsyslog savecore syslogd DEFAULT= local.rc mixer powerd -MK= ../mk +MK= ../mk include ${MK}/runlevels.mk |