summaryrefslogtreecommitdiff
path: root/init.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/Makefile')
-rw-r--r--init.d/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.d/Makefile b/init.d/Makefile
index 88a2f28..855462c 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -1,5 +1,7 @@
DIR= /etc/init.d
-BIN= ${CONTENTS}
+SRCS= bootmisc.in fsck.in halt.sh.in hostname.in local.in localmount.in \
+ netmount.in root.in swap.in urandom.in
+BIN= ${OBJS}
MK= ../mk
include ${MK}/scripts.mk