Just have the one runlevels folder with OS includes.
This commit is contained in:
@@ -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
2
runlevels/Makefile.BSD
Normal file
@@ -0,0 +1,2 @@
|
||||
BOOT+= hostid net.lo0 newsyslog savecore syslogd
|
||||
DEFAULT+= local.rc mixer powerd
|
||||
1
runlevels/Makefile.FreeBSD
Normal file
1
runlevels/Makefile.FreeBSD
Normal file
@@ -0,0 +1 @@
|
||||
BOOT+= clock dumpon syscons
|
||||
2
runlevels/Makefile.Linux
Normal file
2
runlevels/Makefile.Linux
Normal file
@@ -0,0 +1,2 @@
|
||||
BOOT+= clock consolefont keymaps modules net.lo procfs
|
||||
DEFAULT+= hdparm
|
||||
1
runlevels/Makefile.NetBSD
Normal file
1
runlevels/Makefile.NetBSD
Normal file
@@ -0,0 +1 @@
|
||||
BOOT+= ttys
|
||||
Reference in New Issue
Block a user