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>
This commit is contained in:
Ed Schouten 2010-01-03 15:32:25 +00:00
parent cf7710e1da
commit fffa535e95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201433

View file

@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
CFLAGS+= -DNETINET6
.endif
WARNS?= 2
WARNS?= 1
DPADD= ${LIBUTIL} ${LIBWRAP}
LDADD= -lutil -lwrap