diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/init.d/Makefile b/init.d/Makefile index 3b4e1a27..88a2f284 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -1,5 +1,5 @@ -DIR = /etc/init.d -BIN = $(CONTENTS) +DIR= /etc/init.d +BIN= ${CONTENTS} -TOPDIR = .. -include $(TOPDIR)/default.mk +MK= ../mk +include ${MK}/scripts.mk |