openrc/runlevels/Makefile

12 lines
265 B
Makefile
Raw Normal View History

2007-12-27 22:23:40 +05:30
BOOT = bootmisc checkroot checkfs clock hostname localmount swap sysctl urandom
DEFAULT = local netmount
LEVELDIR = $(DESTDIR)/etc/runlevels
BOOTDIR = $(LEVELDIR)/boot
DEFAULTDIR = $(LEVELDIR)/default
TOPDIR = ..
include $(TOPDIR)/runlevels.mk
# vim: set ts=4 :