Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
BOOT = bootmisc checkroot checkfs clock hostname localmount swap sysctl urandom
|
||||
DEFAULT = local netmount
|
||||
BOOT= bootmisc checkroot checkfs clock hostname localmount \
|
||||
swap sysctl urandom
|
||||
DEFAULT= local netmount
|
||||
|
||||
LEVELDIR = $(DESTDIR)/etc/runlevels
|
||||
BOOTDIR = $(LEVELDIR)/boot
|
||||
DEFAULTDIR = $(LEVELDIR)/default
|
||||
LEVELDIR= ${DESTDIR}/etc/runlevels
|
||||
BOOTDIR= ${LEVELDIR}/boot
|
||||
DEFAULTDIR= ${LEVELDIR}/default
|
||||
|
||||
TOPDIR = ..
|
||||
include $(TOPDIR)/runlevels.mk
|
||||
|
||||
# vim: set ts=4 :
|
||||
MK= ../mk
|
||||
include ${MK}/runlevels.mk
|
||||
|
||||
Reference in New Issue
Block a user