diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1993-12-31 11:24:16 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1993-12-31 11:24:16 +0000 |
| commit | 528cd707382cb1885cec11bf2ddaca464007b2f5 (patch) | |
| tree | be0878d1ca8f272c752bf388a2c6ccbd8c2eabc9 /gnu | |
| parent | 752d10d34eea06ec3f476111fd706953248e1a5f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cvs/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile index 3c68ed5530a63..5233869b573b8 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 |
