From 083b718d7b5df38d691ccc7eaae31ef8da7a4f88 Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 8 Aug 2010 02:45:14 +0000 Subject: This isn't WARNS=6 safe. It fails to build on mips. Retore old WARNS?=3 until that's resolved. --- usr.sbin/syslogd/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/syslogd') diff --git a/usr.sbin/syslogd/Makefile b/usr.sbin/syslogd/Makefile index 9b01009..4764013 100644 --- a/usr.sbin/syslogd/Makefile +++ b/usr.sbin/syslogd/Makefile @@ -12,6 +12,8 @@ SRCS= syslogd.c ttymsg.c DPADD= ${LIBUTIL} LDADD= -lutil +WARNS?= 3 + .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 .endif -- cgit v1.1