diff options
-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> |