2008-01-10 23:22:46 +00:00
|
|
|
BOOT= bootmisc checkroot checkfs hostname localmount \
|
2008-01-10 16:35:59 +00:00
|
|
|
swap sysctl urandom
|
|
|
|
DEFAULT= local netmount
|
2007-04-05 11:18:42 +00:00
|
|
|
|
2008-01-10 16:35:59 +00:00
|
|
|
LEVELDIR= ${DESTDIR}/etc/runlevels
|
|
|
|
BOOTDIR= ${LEVELDIR}/boot
|
|
|
|
DEFAULTDIR= ${LEVELDIR}/default
|
2007-11-19 16:42:28 +00:00
|
|
|
|
2008-01-10 16:35:59 +00:00
|
|
|
MK= ../mk
|
2008-01-11 09:32:06 +00:00
|
|
|
include ${MK}/os.mk
|
|
|
|
include Makefile.${OS}
|
|
|
|
include Makefile.${SUBOS}
|
|
|
|
|
2008-01-10 16:35:59 +00:00
|
|
|
include ${MK}/runlevels.mk
|