diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-01 07:26:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-01 07:26:36 +0000 |
commit | 0c268f527cee9d801bb3a2dbb078d4ad8baec5d0 (patch) | |
tree | 33dd0e20e1b884944bb8cf5f02ed37b0c8b5a27d /gnu | |
parent | 6b08969b33e8aed2cece7b2c3dc2bab6bd25654e (diff) |
we need SERVER_FLOWCONTROL enabled
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index e270d8d4691..575c1aa33ae 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,7 +1,7 @@ -# $Id: Makefile.bsd-wrapper,v 1.13 1996/04/27 20:47:31 tholo Exp $ +# $Id: Makefile.bsd-wrapper,v 1.14 1996/05/01 07:26:35 deraadt Exp $ MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 -GNUCFLAGS= CFLAGS="${CFLAGS}" +GNUCFLAGS= CFLAGS="${CFLAGS} -DSERVER_FLOWCONTROL" CLEANFILES= man/cvs.cat1 man/cvs.cat5 man/cvsbug.cat8 \ man/cvsinit.cat8 |