summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2015-07-07 02:30:35 +0000
committergshapiro <gshapiro@FreeBSD.org>2015-07-07 02:30:35 +0000
commit45091f9d23536909ed19249167532f225c369dce (patch)
treed122554eeb7dfaa89e644cd61b36a108df83f9c9 /usr.sbin/sendmail
parent8bac539c5d2f39ef33e26167d79b884f3ecd65a8 (diff)
downloadFreeBSD-src-45091f9d23536909ed19249167532f225c369dce.zip
FreeBSD-src-45091f9d23536909ed19249167532f225c369dce.tar.gz
Temporarily disable WARNS while addressing a non-issue with the upstream code
Diffstat (limited to 'usr.sbin/sendmail')
-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 1537d33..d201d91 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
CFLAGS+= -DNETINET6
.endif
-WARNS?= 1
+WARNS?= 0
LIBADD= util wrap sm smutil
OpenPOWER on IntegriCloud