summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-06-29 05:02:59 +0000
committernate <nate@FreeBSD.org>1993-06-29 05:02:59 +0000
commit4cd0974375bdc2ce1af5b2959d4f6433a3fcf7ef (patch)
tree35f959991043482113f0e6a7e1c1e64fb153b9df /gnu/usr.bin/cvs
parentcb9aec9dcd9037c1c09c0168b8b359d7db960a39 (diff)
downloadFreeBSD-src-4cd0974375bdc2ce1af5b2959d4f6433a3fcf7ef.zip
FreeBSD-src-4cd0974375bdc2ce1af5b2959d4f6433a3fcf7ef.tar.gz
Added a CLEANFILES entry for getdate.c (it's created by yacc)
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile
index cf3f20f..b00fc2c 100644
--- a/gnu/usr.bin/cvs/lib/Makefile
+++ b/gnu/usr.bin/cvs/lib/Makefile
@@ -5,4 +5,6 @@ CFLAGS += -I${.CURDIR} -I${.CURDIR}/../cvs -DFTIME_MISSING -DHAVE_TIMEZONE
SRCS = argmatch.c error.c getopt.c sighandle.c strippath.c stripslash.c yesno.c \
getdate.y fnmatch.c regex.c subr.c myndbm.c hash.c
+CLEANFILES+= getdate.c
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud