openrc/runlevels/Makefile

15 lines
305 B
Makefile
Raw Normal View History

2008-01-11 04:52:46 +05:30
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