summaryrefslogtreecommitdiff
path: root/sh.BSD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sh.BSD/Makefile')
-rw-r--r--sh.BSD/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sh.BSD/Makefile b/sh.BSD/Makefile
index 19b68f3..3e5a37c 100644
--- a/sh.BSD/Makefile
+++ b/sh.BSD/Makefile
@@ -1,5 +1,5 @@
-DIR = $(RC_LIB)/sh
-BIN = $(CONTENTS)
+DIR= ${RC_LIB}/sh
+BIN= ${CONTENTS}
-TOPDIR = ..
-include $(TOPDIR)/default.mk
+MK= ../mk
+include ${MK}/scripts.mk