openrc/runlevels/Makefile

12 lines
275 B
Makefile
Raw Normal View History

BOOT = bootmisc checkroot checkfs clock hostname localmount rmnologin 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 :