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:
parent
53521b5150
commit
083b718d7b
@ -12,6 +12,8 @@ SRCS= syslogd.c ttymsg.c
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
WARNS?= 3
|
||||
|
||||
.if ${MK_INET6_SUPPORT} != "no"
|
||||
CFLAGS+= -DINET6
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user