diff options
Diffstat (limited to 'sh.BSD/Makefile')
-rw-r--r-- | sh.BSD/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sh.BSD/Makefile b/sh.BSD/Makefile index 19b68f36..3e5a37c1 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 |