Makefile revision 87598
1#	@(#)Makefile	8.2 (Berkeley) 4/18/94
2# $FreeBSD: head/usr.sbin/arp/Makefile 87598 2001-12-10 06:42:56Z mikeh $
3
4PROG=	arp
5MAN=	arp.4 arp.8
6
7WARNS?=	2
8
9.include <bsd.prog.mk>
10