diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-06-07 09:06:16 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-06-07 09:06:16 +0000 |
commit | 2e2033cf43a1caf25905e74eb68e149ee122c988 (patch) | |
tree | 2d4e88bc655b0c4dcda3e8423b2f65a8d130a4a0 /usr.bin/cvs/Makefile | |
parent | 8021d147b3743c040a58962f85edcf93f1a4f7c1 (diff) |
remove ancient and unused CVS define. it was a leftover from
the daemon.
ok xsa@
Diffstat (limited to 'usr.bin/cvs/Makefile')
-rw-r--r-- | usr.bin/cvs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile index 7f2b58942eb..52c3c72f90b 100644 --- a/usr.bin/cvs/Makefile +++ b/usr.bin/cvs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2005/05/24 04:12:25 jfb Exp $ +# $OpenBSD: Makefile,v 1.9 2005/06/07 09:06:15 joris Exp $ PROG= cvs MAN= cvs.1 cvsrc.5 cvsintro.7 @@ -21,7 +21,6 @@ CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare -CFLAGS+= -DCVS YFLAGS= INSTALL_STRIP= |