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.BSD/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d.BSD/Makefile') diff --git a/conf.d.BSD/Makefile b/conf.d.BSD/Makefile index b302ac01..dd2e315b 100644 --- a/conf.d.BSD/Makefile +++ b/conf.d.BSD/Makefile @@ -1,5 +1,5 @@ DIR = /etc/conf.d -CONF = localmount moused net.example powerd syscons +CONF = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk -- cgit v1.2.3