From 9635b455c7ba6d5a7e196ac8776fc28c6f1e03e4 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 20 Nov 2007 17:37:15 +0000 Subject: Introduce CONTENTS variable into Makefiles to list the contents of the directory, excluding the Makefile for to Make life easier --- conf.d/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf.d/Makefile') diff --git a/conf.d/Makefile b/conf.d/Makefile index cce63f66..f26da996 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,6 +1,5 @@ DIR = /etc/conf.d -CONF = bootmisc checkfs clock env_whitelist hostname local.start local.stop \ - net rc urandom +CONF = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk -- cgit v1.2.3