Back out previous commit, it was unintentional.

Keep WARNS at 3 though the code does compile with WARNS=5 at least on i386

Noticed by: ru
This commit is contained in:
Luigi Rizzo 2004-04-13 11:45:28 +00:00
parent 0b46c08590
commit a7a0612913
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128187

View File

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