freebsd-dev/usr.sbin/arp/Makefile
Luigi Rizzo a7a0612913 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
2004-04-13 11:45:28 +00:00

10 lines
113 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 4/18/94
# $FreeBSD$
PROG= arp
MAN= arp.4 arp.8
WARNS?= 3
.include <bsd.prog.mk>