From 763b9ae1f84c34313cd6617611f6269bfa151b66 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 19 Oct 2009 16:00:24 +0000 Subject: Switch the default WARNS level for sbin/ to 6. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Ulrich Spörlein --- sbin/ipf/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/ipf') diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 3373b55..0065ce7 100644 --- a/sbin/ipf/Makefile.inc +++ b/sbin/ipf/Makefile.inc @@ -1,5 +1,7 @@ # $FreeBSD$ +WARNS?= 2 + CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools CFLAGS+= -I${.CURDIR}/../../../sys -- cgit v1.1