summaryrefslogtreecommitdiff
path: root/conf.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/Makefile')
-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