summaryrefslogtreecommitdiff
path: root/etc.BSD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc.BSD/Makefile')
-rw-r--r--etc.BSD/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile
index 1e5b056..639b927 100644
--- a/etc.BSD/Makefile
+++ b/etc.BSD/Makefile
@@ -1,6 +1,6 @@
-DIR = /etc
-CONF = devd.conf rc rc.shutdown
-BIN = rc.devd
+DIR= /etc
+CONF= devd.conf rc rc.shutdown
+BIN= rc.devd
-TOPDIR = ..
-include $(TOPDIR)/default.mk
+MK= ../mk
+include ${MK}/scripts.mk