Just have the one runlevels folder with OS includes.

This commit is contained in:
Roy Marples 2008-01-11 09:32:06 +00:00
parent 50d73fa223
commit 2bd7f97b72
9 changed files with 10 additions and 18 deletions

View File

@ -1,5 +0,0 @@
BOOT= hostid net.lo0 newsyslog savecore syslogd
DEFAULT= local.rc mixer powerd
MK= ../mk
include ${MK}/runlevels.mk

View File

@ -1,4 +0,0 @@
BOOT= clock dumpon syscons
MK= ../mk
include ${MK}/runlevels.mk

View File

@ -1,5 +0,0 @@
BOOT= clock consolefont keymaps modules net.lo procfs
DEFAULT= hdparm
MK= ../mk
include ${MK}/runlevels.mk

View File

@ -1,4 +0,0 @@
BOOT= ttys
MK= ../mk
include ${MK}/runlevels.mk

View File

@ -7,4 +7,8 @@ BOOTDIR= ${LEVELDIR}/boot
DEFAULTDIR= ${LEVELDIR}/default
MK= ../mk
include ${MK}/os.mk
include Makefile.${OS}
include Makefile.${SUBOS}
include ${MK}/runlevels.mk

2
runlevels/Makefile.BSD Normal file
View File

@ -0,0 +1,2 @@
BOOT+= hostid net.lo0 newsyslog savecore syslogd
DEFAULT+= local.rc mixer powerd

View File

@ -0,0 +1 @@
BOOT+= clock dumpon syscons

2
runlevels/Makefile.Linux Normal file
View File

@ -0,0 +1,2 @@
BOOT+= clock consolefont keymaps modules net.lo procfs
DEFAULT+= hdparm

View File

@ -0,0 +1 @@
BOOT+= ttys