summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-03 15:32:25 +0000
committered <ed@FreeBSD.org>2010-01-03 15:32:25 +0000
commit4b1182c046f52e1c431b64318842a6acfe83e552 (patch)
treee7b1672f4c97c877ee228dd154c8893a5a091af2 /usr.sbin
parentc1156f33b3014912f45f8fd7cd284650514552e8 (diff)
downloadFreeBSD-src-4b1182c046f52e1c431b64318842a6acfe83e552.zip
FreeBSD-src-4b1182c046f52e1c431b64318842a6acfe83e552.tar.gz
Lower WARNS for sendmail.
Even though it builds with WARNS=2, some users link sendmail from the base system against SASL. This doesn't build in this case. Reported by: Andrzej Tobola <ato iem pw edu pl>
Diffstat (limited to 'usr.sbin')
-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 067f5d9..a9f7fbb 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
CFLAGS+= -DNETINET6
.endif
-WARNS?= 2
+WARNS?= 1
DPADD= ${LIBUTIL} ${LIBWRAP}
LDADD= -lutil -lwrap
OpenPOWER on IntegriCloud