jh pointed out that src/usr.sbin already has a global

WARNS=6 setting in HEAD (unlike stable/8), so it's best
to remove the line entirely.

Pointed out by:	jh
Approved by:	des (mentor)
This commit is contained in:
Oliver Fromme 2010-08-07 20:46:30 +00:00
parent 27f11235b9
commit 2c76b63f00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211040

View File

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