summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorolli <olli@FreeBSD.org>2010-08-07 20:46:30 +0000
committerolli <olli@FreeBSD.org>2010-08-07 20:46:30 +0000
commitbdb9df6d852b4ad9afe065ce2282d1e461ac2785 (patch)
treece142b07c903b98a799852466328c9954c9a31b4 /usr.sbin
parent252207bbfb698ab9a260760a2c1573ea843afd44 (diff)
downloadFreeBSD-src-bdb9df6d852b4ad9afe065ce2282d1e461ac2785.zip
FreeBSD-src-bdb9df6d852b4ad9afe065ce2282d1e461ac2785.tar.gz
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)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/syslogd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/Makefile b/usr.sbin/syslogd/Makefile
index 3a2a80b..9b01009 100644
--- a/usr.sbin/syslogd/Makefile
+++ b/usr.sbin/syslogd/Makefile
@@ -12,8 +12,6 @@ SRCS= syslogd.c ttymsg.c
DPADD= ${LIBUTIL}
LDADD= -lutil
-WARNS?= 6
-
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
OpenPOWER on IntegriCloud