summaryrefslogtreecommitdiff
path: root/runlevels
diff options
context:
space:
mode:
Diffstat (limited to 'runlevels')
-rw-r--r--runlevels/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile
index 400e000..5fe0372 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -1,11 +1,10 @@
-BOOT = bootmisc checkroot checkfs clock hostname localmount swap sysctl urandom
-DEFAULT = local netmount
+BOOT= bootmisc checkroot checkfs clock hostname localmount \
+ swap sysctl urandom
+DEFAULT= local netmount
-LEVELDIR = $(DESTDIR)/etc/runlevels
-BOOTDIR = $(LEVELDIR)/boot
-DEFAULTDIR = $(LEVELDIR)/default
+LEVELDIR= ${DESTDIR}/etc/runlevels
+BOOTDIR= ${LEVELDIR}/boot
+DEFAULTDIR= ${LEVELDIR}/default
-TOPDIR = ..
-include $(TOPDIR)/runlevels.mk
-
-# vim: set ts=4 :
+MK= ../mk
+include ${MK}/runlevels.mk