summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index 278910f..cce63f6 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -1,5 +1,6 @@
-DIR = /etc/conf.d
-FILES_NOEXIST = $(filter-out Makefile,$(wildcard *))
+DIR = /etc/conf.d
+CONF = bootmisc checkfs clock env_whitelist hostname local.start local.stop \
+ net rc urandom
TOPDIR = ..
include $(TOPDIR)/default.mk