diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2015-07-09 05:02:13 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2015-07-09 05:02:13 +0000 |
commit | 6fbe38a3cd2c5a390bea25327ee11f7e89fac99d (patch) | |
tree | ef7143143b4addbb7444c41c2dc18fe864394f3c /usr.sbin | |
parent | f50f4be1577ea773eb760480261712b777dc2c1c (diff) | |
download | FreeBSD-src-6fbe38a3cd2c5a390bea25327ee11f7e89fac99d.zip FreeBSD-src-6fbe38a3cd2c5a390bea25327ee11f7e89fac99d.tar.gz |
MFC: Temporarily disable WARNS while addressing a non-issue with the upstream code
Approved by: re (gjb)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index ee18746..2215070 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS} CFLAGS+= -DNETINET6 -DIPV6_FULL=0 .endif -WARNS?= 1 +WARNS?= 0 DPADD= ${LIBUTIL} ${LIBWRAP} LDADD= -lutil -lwrap |