diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-06 18:57:11 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-06 18:57:11 +0000 |
commit | d7ed525bc85ac1c6918678f1d9e4d9a22c876a55 (patch) | |
tree | 6b66865bf91f20c9da16ba5e46b497b7fa0b8494 /usr.bin/cvs | |
parent | fee74c95ba4e0f57da02883382289dae30b966c9 (diff) |
make cvsd compile; ok jfb@.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/cvsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |