From 5f8cf73b22b259658d92397f3e6478ef80ed5691 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 19 Nov 2007 13:48:43 +0000 Subject: Our build chain now works with GNU and BSD make implementations --- conf.d/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf.d/Makefile') diff --git a/conf.d/Makefile b/conf.d/Makefile index 278910f..cce63f6 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,5 +1,6 @@ -DIR = /etc/conf.d -FILES_NOEXIST = $(filter-out Makefile,$(wildcard *)) +DIR = /etc/conf.d +CONF = bootmisc checkfs clock env_whitelist hostname local.start local.stop \ + net rc urandom TOPDIR = .. include $(TOPDIR)/default.mk -- cgit v1.2.3