Lower WARNS due to alignment issues on sparc64.

This commit is contained in:
Dag-Erling Smørgrav 2009-06-11 10:30:30 +00:00
parent 259d2d5431
commit aebbf030e5

View file

@ -4,6 +4,6 @@
PROG= arp
MAN= arp.4 arp.8
WARNS?= 6
WARNS?= 3
.include <bsd.prog.mk>