diff options
author | 2002-09-08 01:23:22 +0000 | |
---|---|---|
committer | 2002-09-08 01:23:22 +0000 | |
commit | ef97d28e0a264b206c843f0c8ebf19a2bb94d63e (patch) | |
tree | 7cccc4d7cfb193d6489fba06e5780d7a7ae74c1f | |
parent | -ansi -pedantic (socklen_t). from cloder@loder.us (diff) | |
download | wireguard-openbsd-ef97d28e0a264b206c843f0c8ebf19a2bb94d63e.tar.xz wireguard-openbsd-ef97d28e0a264b206c843f0c8ebf19a2bb94d63e.zip |
No, do NOT put -ansi -pedantic in our tree
-rw-r--r-- | usr.sbin/faithd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile index 053e03668c9..139044900fe 100644 --- a/usr.sbin/faithd/Makefile +++ b/usr.sbin/faithd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/09/08 01:20:15 itojun Exp $ +# $OpenBSD: Makefile,v 1.5 2002/09/08 01:23:22 deraadt Exp $ PROG= faithd SRCS= faithd.c tcp.c ftp.c prefix.c @@ -6,7 +6,6 @@ SRCS= faithd.c tcp.c ftp.c prefix.c MAN= faithd.8 #CPPFLAGS+= -DFAITH4 -CFLAGS+=-ansi -pedantic LDADD+= -lutil DPADD+= ${LIBUTIL} |