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