From ad17819c4c01d235f8a674825d4bbf4e7023ea61 Mon Sep 17 00:00:00 2001 From: enami Date: Tue, 5 Sep 2000 05:15:11 +0000 Subject: Ditto with cvsbug; don't attempt to create .depend. --- gnu/usr.bin/cvs/rcs2log/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu/usr.bin') 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 -- cgit