summaryrefslogtreecommitdiff
path: root/runlevels.Linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runlevels.Linux/Makefile')
-rw-r--r--runlevels.Linux/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/runlevels.Linux/Makefile b/runlevels.Linux/Makefile
index 73a0acb..8271bb5 100644
--- a/runlevels.Linux/Makefile
+++ b/runlevels.Linux/Makefile
@@ -1,7 +1,5 @@
-BOOT = consolefont keymaps modules net.lo procfs
-DEFAULT = hdparm
+BOOT= consolefont keymaps modules net.lo procfs
+DEFAULT= hdparm
-TOPDIR = ..
-include $(TOPDIR)/runlevels.mk
-
-# vim: set ts=4 :
+MK= ../mk
+include ${MK}/runlevels.mk