mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
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
c459cbeb2b
commit
467a4a2748
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211055
@ -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