Makefile revision 128054
1#	@(#)Makefile	8.2 (Berkeley) 4/18/94
2# $FreeBSD: head/usr.sbin/arp/Makefile 128054 2004-04-09 14:27:28Z mux $
3
4PROG=	arp
5MAN=	arp.4 arp.8
6
7WARNS?=	3
8
9.include <bsd.prog.mk>
10