diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-22 02:59:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-22 02:59:29 +0000 |
commit | 5876968f2e427b1b906550158c01513ead51625e (patch) | |
tree | 4a1574401b5473c033b8a0f02eff7554bde66b2d /conf.d | |
parent | 6e8f3dabf7b84f6048a915ff5986a018e985ca80 (diff) |
calc the files to install dynamically
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index 5f9f1411..278910fb 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 |