From 61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 3 Mar 2008 12:34:51 +0000 Subject: Use exlicit make targets, not directory contents. --- init.d/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.d/Makefile') diff --git a/init.d/Makefile b/init.d/Makefile index 88a2f284..855462c7 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -1,5 +1,7 @@ DIR= /etc/init.d -BIN= ${CONTENTS} +SRCS= bootmisc.in fsck.in halt.sh.in hostname.in local.in localmount.in \ + netmount.in root.in swap.in urandom.in +BIN= ${OBJS} MK= ../mk include ${MK}/scripts.mk -- cgit v1.2.3