summaryrefslogtreecommitdiff
path: root/runlevels/Makefile
blob: 11b606b0587242dd4ed21e3319575250398090df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
BOOT=		bootmisc checkroot checkfs hostname localmount \
		swap sysctl urandom
DEFAULT=	local netmount

LEVELDIR=	${DESTDIR}/etc/runlevels
BOOTDIR=	${LEVELDIR}/boot
DEFAULTDIR=	${LEVELDIR}/default

MK=		../mk
include ${MK}/os.mk
include Makefile.${OS}
include Makefile.${SUBOS}

include ${MK}/runlevels.mk