diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-08 18:52:54 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-08 18:52:54 +0000 |
commit | be8d066e95290d05df7d4d5bf2c16c25d487de96 (patch) | |
tree | e5181e13b4adf5439d31c0a8a4c67863a7f4006b /usr.bin/cvs | |
parent | 1dddd797db49a4e7850b40b982f7055a21580c26 (diff) |
add YFLAGS; ok jfb@.
Diffstat (limited to 'usr.bin/cvs')
-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> |