summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-06-22 02:59:29 +0000
committerMike Frysinger <vapier@gentoo.org>2007-06-22 02:59:29 +0000
commit5876968f2e427b1b906550158c01513ead51625e (patch)
tree4a1574401b5473c033b8a0f02eff7554bde66b2d /conf.d
parent6e8f3dabf7b84f6048a915ff5986a018e985ca80 (diff)
downloadopenrc-5876968f2e427b1b906550158c01513ead51625e.tar.gz
openrc-5876968f2e427b1b906550158c01513ead51625e.tar.bz2
openrc-5876968f2e427b1b906550158c01513ead51625e.tar.xz
calc the files to install dynamically
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index 5f9f141..278910f 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -1,6 +1,5 @@
DIR = /etc/conf.d
-FILES_NOEXIST = bootmisc checkfs clock env_whitelist hostname \
- local.start local.stop net rc
+FILES_NOEXIST = $(filter-out Makefile,$(wildcard *))
TOPDIR = ..
include $(TOPDIR)/default.mk