Use exlicit make targets, not directory contents.

This commit is contained in:
Roy Marples
2008-03-03 12:34:51 +00:00
parent 0aedc02860
commit 61c476e72d
21 changed files with 45 additions and 57 deletions

View File

@@ -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