diff options
author | 2004-12-08 18:52:53 +0000 | |
---|---|---|
committer | 2004-12-08 18:52:53 +0000 | |
commit | fd25d724bc16da7cb270e1c538e2bcd7406146b5 (patch) | |
tree | 1b7cd03ebc3a0f3cd086365245f31222ed8731d7 | |
parent | add Mitsubishi Electronics Powerstorm 4D30T graphics (diff) | |
download | wireguard-openbsd-fd25d724bc16da7cb270e1c538e2bcd7406146b5.tar.xz wireguard-openbsd-fd25d724bc16da7cb270e1c538e2bcd7406146b5.zip |
add YFLAGS; ok jfb@.
-rw-r--r-- | usr.bin/cvs/cvsd/Makefile | 3 |
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> |