summaryrefslogtreecommitdiff
path: root/conf.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 /conf.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 'conf.d')
-rw-r--r--conf.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index c48e551..d1a527b 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -1,5 +1,5 @@
DIR= /etc/conf.d
-CONF= ${CONTENTS}
+CONF= bootmisc clock fsck hostname local net urandom
MK= ../mk
include ${MK}/scripts.mk