From 61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa Mon Sep 17 00:00:00 2001
From: Roy Marples <roy@marples.name>
Date: Mon, 3 Mar 2008 12:34:51 +0000
Subject: Use exlicit make targets, not directory contents.

---
 init.d.FreeBSD/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'init.d.FreeBSD')

diff --git a/init.d.FreeBSD/Makefile b/init.d.FreeBSD/Makefile
index da0be63d..e6cb6ac9 100644
--- a/init.d.FreeBSD/Makefile
+++ b/init.d.FreeBSD/Makefile
@@ -1,5 +1,6 @@
 DIR=	/etc/init.d
-BIN=	${CONTENTS} 
+SRCS=	clock.in devd.in dumpon.in ipfw.in mixer.in nscd.in powerd.in syscons.in
+BIN=	${OBJS}
 
 MK=	../mk
 include ${MK}/scripts.mk
-- 
cgit v1.2.3