summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1993-12-31 11:24:16 +0000
committerats <ats@FreeBSD.org>1993-12-31 11:24:16 +0000
commitdc0d9c2d73e23a1c5330c00d7f6dc652edbffcdc (patch)
treebe0878d1ca8f272c752bf388a2c6ccbd8c2eabc9 /gnu
parent1e6f35c54722303e24bda013ed81f59fce6a0855 (diff)
downloadFreeBSD-src-dc0d9c2d73e23a1c5330c00d7f6dc652edbffcdc.zip
FreeBSD-src-dc0d9c2d73e23a1c5330c00d7f6dc652edbffcdc.tar.gz
Added y.tab.h to the CLEANFILES target.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile
index 3c68ed5..5233869 100644
--- a/gnu/usr.bin/cvs/lib/Makefile
+++ b/gnu/usr.bin/cvs/lib/Makefile
@@ -5,7 +5,7 @@ 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
+CLEANFILES+= getdate.c y.tab.h
install:
@echo -n
OpenPOWER on IntegriCloud