diff options
author | 2005-03-31 17:21:45 +0000 | |
---|---|---|
committer | 2005-03-31 17:21:45 +0000 | |
commit | 40982551f3b7e9ae22943a0a63b37398e88a945c (patch) | |
tree | d93c8c2d9aeabb4ed26a9b0d0de3ce3dfd77c889 | |
parent | make sure the server command can still be reached with the (diff) | |
download | wireguard-openbsd-40982551f3b7e9ae22943a0a63b37398e88a945c.tar.xz wireguard-openbsd-40982551f3b7e9ae22943a0a63b37398e88a945c.zip |
+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= |