From 771b7e0e18c51b325e8bfa79efa14b8ef6f8757c Mon Sep 17 00:00:00 2001 From: des Date: Thu, 11 Jun 2009 10:30:30 +0000 Subject: Lower WARNS due to alignment issues on sparc64. --- usr.sbin/arp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/arp/Makefile') diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile index 829367a..6ca9dd2 100644 --- a/usr.sbin/arp/Makefile +++ b/usr.sbin/arp/Makefile @@ -4,6 +4,6 @@ PROG= arp MAN= arp.4 arp.8 -WARNS?= 6 +WARNS?= 3 .include -- cgit v1.1