diff options
author | 2004-12-06 18:57:10 +0000 | |
---|---|---|
committer | 2004-12-06 18:57:10 +0000 | |
commit | 8e4a2f4066ccf554403327e79ccd0a7242b32ea8 (patch) | |
tree | 0121dc44e6f22fe31718417f6dce920f20315e69 /usr.bin | |
parent | Bah, unbreak. from not form. Noticed by Dan Harnett. (diff) | |
download | wireguard-openbsd-8e4a2f4066ccf554403327e79ccd0a7242b32ea8.tar.xz wireguard-openbsd-8e4a2f4066ccf554403327e79ccd0a7242b32ea8.zip |
make cvsd compile; ok jfb@.
Diffstat (limited to 'usr.bin')
-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 |