diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-05-08 06:41:06 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-05-08 06:41:06 +0000 |
commit | 645d0c98ddba9dd5064d7726faeb661d7a66fb96 (patch) | |
tree | cae0345b82dfd80dd16903717564d882a43307f5 /gnu/usr.bin/cvs | |
parent | 29901fcc760af5da084dd481d6bd48ee2366e9e5 (diff) | |
download | src-test2-645d0c98ddba9dd5064d7726faeb661d7a66fb96.tar.gz src-test2-645d0c98ddba9dd5064d7726faeb661d7a66fb96.zip |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r-- | gnu/usr.bin/cvs/lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile index 9c74c4f3e27b..0c4905e4359b 100644 --- a/gnu/usr.bin/cvs/lib/Makefile +++ b/gnu/usr.bin/cvs/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1997/02/22 15:45:20 peter Exp $ +# $Id: Makefile,v 1.14 1997/05/15 23:00:07 peter Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -12,14 +12,13 @@ NOPROFILE= yes NOPIC= yes CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -DHAVE_CONFIG_H +YFLAGS= SRCS = argmatch.c getdate.y getline.c \ getopt.c getopt1.c savecwd.c \ sighandle.c stripslash.c \ xgetwd.c yesno.c -CLEANFILES+= getdate.c y.tab.h - install: @echo -n |