This isn't WARNS=6 safe. It fails to build on mips. Retore old

WARNS?=3 until that's resolved.
This commit is contained in:
Warner Losh 2010-08-08 02:45:14 +00:00
parent c459cbeb2b
commit 467a4a2748
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211055

View File

@ -12,6 +12,8 @@ SRCS= syslogd.c ttymsg.c
DPADD= ${LIBUTIL}
LDADD= -lutil
WARNS?= 3
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif