diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-30 22:13:13 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-30 22:13:13 +0000 |
commit | 78bfbc2512e292e795cdd4e154f784a510b3a94d (patch) | |
tree | 070b99b255a6baf2b5e6cc84bb84c03cb8de4f76 /gnu/usr.bin/cvs/Makefile.bsd-wrapper | |
parent | 32d9f5dc967f634f8b9912d0541c5cdc5a04ad87 (diff) |
Clean some more
Diffstat (limited to 'gnu/usr.bin/cvs/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 6fe5d11772e..81b00e33d23 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,8 +1,9 @@ -# $Id: Makefile.bsd-wrapper,v 1.15 1996/05/06 22:52:19 tholo Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.16 1996/05/30 22:13:12 niklas Exp $ MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 GNUCFLAGS= CFLAGS="${CFLAGS} -DSERVER_FLOWCONTROL" -CLEANFILES= man/cvs.cat1 man/cvs.cat5 man/cvsbug.cat8 +CLEANFILES= man/cvs.cat1 man/cvs.cat5 man/cvsbug.cat8 lib/getdate.c \ + macintosh/Makefile os2/Makefile all: config.status ${MAKE} ${GNUCFLAGS} LDFLAGS=${LDSTATIC} |