12 lines
270 B
Makefile
12 lines
270 B
Makefile
BOOT = bootmisc checkroot checkfs clock hostname localmount rmnologin sysctl urandom
|
|
DEFAULT = local netmount
|
|
|
|
LEVELDIR = $(DESTDIR)/etc/runlevels
|
|
BOOTDIR = $(LEVELDIR)/boot
|
|
DEFAULTDIR = $(LEVELDIR)/default
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/runlevels.mk
|
|
|
|
# vim: set ts=4 :
|