diff options
author | Roy Marples <roy@marples.name> | 2008-03-03 12:34:51 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-03 12:34:51 +0000 |
commit | 61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa (patch) | |
tree | 4c25b370cf7d61cee6a2fa3c8344bf7322a173ff /init.d.BSD/Makefile | |
parent | 0aedc0286040b595119b4523d38ffd35b0018d6c (diff) |
Use exlicit make targets, not directory contents.
Diffstat (limited to 'init.d.BSD/Makefile')
-rw-r--r-- | init.d.BSD/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.d.BSD/Makefile b/init.d.BSD/Makefile index da0be63d..6d555813 100644 --- a/init.d.BSD/Makefile +++ b/init.d.BSD/Makefile @@ -1,5 +1,7 @@ DIR= /etc/init.d -BIN= ${CONTENTS} +SRCS= hostid.in moused.in newsyslog.in pf.in rarpd.in rc-enabled.in \ + rpcbind.in savecore.in swap-blk.in sysctl.in syslogd.in +BIN= ${OBJS} MK= ../mk include ${MK}/scripts.mk |