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 /doc.Linux | |
parent | 0aedc0286040b595119b4523d38ffd35b0018d6c (diff) |
Use exlicit make targets, not directory contents.
Diffstat (limited to 'doc.Linux')
-rw-r--r-- | doc.Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.Linux/Makefile b/doc.Linux/Makefile index 7b2a15bc..87d16f1c 100644 --- a/doc.Linux/Makefile +++ b/doc.Linux/Makefile @@ -1,5 +1,5 @@ DIR= ${DOCDIR}/openrc -INC= ${CONTENTS} +INC= net.example MK= ../mk include ${MK}/scripts.mk |