summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-20 17:37:15 +0000
committerRoy Marples <roy@marples.name>2007-11-20 17:37:15 +0000
commit9635b455c7ba6d5a7e196ac8776fc28c6f1e03e4 (patch)
treeeb58ecc87b35a3d27c94e19c7a01c51798cdc68f /init.d
parent18acf0803c49e5921cac4b065d5962a51df89231 (diff)
downloadopenrc-9635b455c7ba6d5a7e196ac8776fc28c6f1e03e4.tar.gz
openrc-9635b455c7ba6d5a7e196ac8776fc28c6f1e03e4.tar.bz2
openrc-9635b455c7ba6d5a7e196ac8776fc28c6f1e03e4.tar.xz
Introduce CONTENTS variable into Makefiles to list the contents of the directory, excluding the Makefile for to Make life easier
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