diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-09-08 01:20:16 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-09-08 01:20:16 +0000 |
commit | cab9b6aafe58f557fe000f8d0fcde7e0f22b955b (patch) | |
tree | 8acd643f547875eb185160a92a9d3fbccf8357d8 /usr.sbin/faithd/Makefile | |
parent | f08cb0a5897cd0121c4a1ff08442bbc6254eb860 (diff) |
-ansi -pedantic (socklen_t). from cloder@loder.us
die if FD_SET overruns.
sync w/kame
Diffstat (limited to 'usr.sbin/faithd/Makefile')
-rw-r--r-- | usr.sbin/faithd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile index 29adde41e69..053e03668c9 100644 --- a/usr.sbin/faithd/Makefile +++ b/usr.sbin/faithd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/05/09 14:12:16 itojun Exp $ +# $OpenBSD: Makefile,v 1.4 2002/09/08 01:20:15 itojun Exp $ PROG= faithd SRCS= faithd.c tcp.c ftp.c prefix.c @@ -6,6 +6,7 @@ SRCS= faithd.c tcp.c ftp.c prefix.c MAN= faithd.8 #CPPFLAGS+= -DFAITH4 +CFLAGS+=-ansi -pedantic LDADD+= -lutil DPADD+= ${LIBUTIL} |