diff options
-rw-r--r-- | usr.bin/cvs/cvs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs/Makefile b/usr.bin/cvs/cvs/Makefile index e64e29c1ca8..4a250bd706c 100644 --- a/usr.bin/cvs/cvs/Makefile +++ b/usr.bin/cvs/cvs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2005/03/29 02:58:27 joris Exp $ +# $OpenBSD: Makefile,v 1.24 2005/03/31 17:21:45 xsa Exp $ .PATH: ${.CURDIR}/.. @@ -23,6 +23,7 @@ CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare CFLAGS+= -DCVS +YFLAGS= INSTALL_STRIP= |