openrc/runlevels/Makefile

11 lines
235 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}/runlevels.mk