summaryrefslogtreecommitdiff
path: root/runlevels/Makefile
blob: feb7e452511639d8deb2df9b5e05bbc19cf6f3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
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 :