summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2004-12-08 18:52:53 +0000
committerxsa <xsa@openbsd.org>2004-12-08 18:52:53 +0000
commitfd25d724bc16da7cb270e1c538e2bcd7406146b5 (patch)
tree1b7cd03ebc3a0f3cd086365245f31222ed8731d7
parentadd Mitsubishi Electronics Powerstorm 4D30T graphics (diff)
downloadwireguard-openbsd-fd25d724bc16da7cb270e1c538e2bcd7406146b5.tar.xz
wireguard-openbsd-fd25d724bc16da7cb270e1c538e2bcd7406146b5.zip
add YFLAGS; ok jfb@.
-rw-r--r--usr.bin/cvs/cvsd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvsd/Makefile b/usr.bin/cvs/cvsd/Makefile
index ea10c36b3df..15c09b5b650 100644
--- a/usr.bin/cvs/cvsd/Makefile
+++ b/usr.bin/cvs/cvsd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 2004/12/08 18:07:07 xsa Exp $
+# $Id: Makefile,v 1.8 2004/12/08 18:52:53 xsa Exp $
.PATH: ${.CURDIR}/..
@@ -14,5 +14,6 @@ CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -DCVSD
+YFLAGS=
.include <bsd.prog.mk>