summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2015-07-09 05:02:13 +0000
committergshapiro <gshapiro@FreeBSD.org>2015-07-09 05:02:13 +0000
commit6fbe38a3cd2c5a390bea25327ee11f7e89fac99d (patch)
treeef7143143b4addbb7444c41c2dc18fe864394f3c
parentf50f4be1577ea773eb760480261712b777dc2c1c (diff)
downloadFreeBSD-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)
-rw-r--r--usr.sbin/sendmail/Makefile2
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
OpenPOWER on IntegriCloud