Just have the one runlevels folder with OS includes.
This commit is contained in:
parent
50d73fa223
commit
2bd7f97b72
@ -1,5 +0,0 @@
|
||||
BOOT= hostid net.lo0 newsyslog savecore syslogd
|
||||
DEFAULT= local.rc mixer powerd
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/runlevels.mk
|
@ -1,4 +0,0 @@
|
||||
BOOT= clock dumpon syscons
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/runlevels.mk
|
@ -1,5 +0,0 @@
|
||||
BOOT= clock consolefont keymaps modules net.lo procfs
|
||||
DEFAULT= hdparm
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/runlevels.mk
|
@ -1,4 +0,0 @@
|
||||
BOOT= ttys
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/runlevels.mk
|
@ -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
|
Loading…
Reference in New Issue
Block a user