From 5876968f2e427b1b906550158c01513ead51625e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 22 Jun 2007 02:59:29 +0000 Subject: [PATCH] calc the files to install dynamically --- conf.d/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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