summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'init.d')
-rw-r--r--init.d/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.d/Makefile b/init.d/Makefile
index 19f5fb4..3b4e1a2 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -1,6 +1,5 @@
-DIR = /etc/init.d
-BIN = bootmisc checkfs checkroot hostname local localmount \
- netmount rmnologin urandom halt.sh
+DIR = /etc/init.d
+BIN = $(CONTENTS)
TOPDIR = ..
include $(TOPDIR)/default.mk