From 31854a224ad0725662a4b10f7199c6907e77f975 Mon Sep 17 00:00:00 2001 From: johan Date: Mon, 23 Feb 2004 20:25:27 +0000 Subject: style.Makefile(5): Use WARNS?= instead of WARNS=. --- sbin/ip6fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ip6fw') diff --git a/sbin/ip6fw/Makefile b/sbin/ip6fw/Makefile index 8100032..dc91fd1 100644 --- a/sbin/ip6fw/Makefile +++ b/sbin/ip6fw/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= ip6fw -WARNS= 0 +WARNS?= 0 MAN= ip6fw.8 .include -- cgit v1.1