diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-03-31 17:21:46 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-03-31 17:21:46 +0000 |
commit | c58021fbd559f74cb8e182e26811eee233417b84 (patch) | |
tree | 940a0fd07af76928b4d5c66d4dbcee475a96ae07 | |
parent | d12b410212d7ed81fe58d1a88dbd4d13dbd87054 (diff) |
+YFLAGS=
-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= |