From d7ed525bc85ac1c6918678f1d9e4d9a22c876a55 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Mon, 6 Dec 2004 18:57:11 +0000 Subject: make cvsd compile; ok jfb@. --- usr.bin/cvs/cvsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs') diff --git a/usr.bin/cvs/cvsd/Makefile b/usr.bin/cvs/cvsd/Makefile index ad229ef31a6..191a55ae958 100644 --- a/usr.bin/cvs/cvsd/Makefile +++ b/usr.bin/cvs/cvsd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 2004/11/25 18:30:12 jfb Exp $ +# $Id: Makefile,v 1.6 2004/12/06 18:57:10 xsa Exp $ .PATH: ${.CURDIR}/.. @@ -8,7 +8,7 @@ SRCS= cvsd.c buf.c conf.y log.c msg.c rcs.c rcsnum.c session.c sock.c BINDIR=/usr/sbin MAN=cvsd.8 cvsd.conf.5 -CFLAGS+= -Wall +CFLAGS+= -Wall -I${.CURDIR}/.. CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wsign-compare CFLAGS+= -DCVSD -- cgit v1.2.3