summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-03 12:34:51 +0000
committerRoy Marples <roy@marples.name>2008-03-03 12:34:51 +0000
commit61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa (patch)
tree4c25b370cf7d61cee6a2fa3c8344bf7322a173ff /init.d
parent0aedc0286040b595119b4523d38ffd35b0018d6c (diff)
downloadopenrc-61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa.tar.gz
openrc-61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa.tar.bz2
openrc-61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa.tar.xz
Use exlicit make targets, not directory contents.
Diffstat (limited to 'init.d')
-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