summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenami <enami@NetBSD.org>2000-09-05 05:15:11 +0000
committerenami <enami@NetBSD.org>2000-09-05 05:15:11 +0000
commitad17819c4c01d235f8a674825d4bbf4e7023ea61 (patch)
tree1645f72c57fc9dccf1945e096b8045bdd9015c65
parent445cbcb8c19a4125a822fdd2d5cb0ea791ffac8f (diff)
Ditto with cvsbug; don't attempt to create .depend.
-rw-r--r--gnu/usr.bin/cvs/rcs2log/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/rcs2log/Makefile b/gnu/usr.bin/cvs/rcs2log/Makefile
index db6c960e999..cc9223f267e 100644
--- a/gnu/usr.bin/cvs/rcs2log/Makefile
+++ b/gnu/usr.bin/cvs/rcs2log/Makefile
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2000/09/04 22:35:02 christos Exp $
+# $NetBSD: Makefile,v 1.4 2000/09/05 05:15:11 enami Exp $
.include "${.CURDIR}/../Makefile.inc"
-PROG= rcs2log
+SCRIPTS= rcs2log.sh
DIST=${IDIST}/contrib
.PATH: ${DIST}
-STRIPFLAG=
NOMAN= 1
-SRCS= rcs2log.sh
.include <bsd.prog.mk>