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