summaryrefslogtreecommitdiff
path: root/runlevels.BSD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runlevels.BSD/Makefile')
-rw-r--r--runlevels.BSD/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile
index 5a0e6b5..0abbb19 100644
--- a/runlevels.BSD/Makefile
+++ b/runlevels.BSD/Makefile
@@ -1,7 +1,5 @@
-BOOT = dumpon hostid net.lo0 newsyslog savecore syscons syslogd
-DEFAULT = local.rc mixer powerd
+BOOT= dumpon hostid net.lo0 newsyslog savecore syscons syslogd
+DEFAULT= local.rc mixer powerd
-TOPDIR = ..
-include $(TOPDIR)/runlevels.mk
-
-# vim: set ts=4 :
+MK= ../mk
+include ${MK}/runlevels.mk