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 2010-01-03 15:32:25 +00:00
parent c1156f33b3
commit 4b1182c046

View File

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