xref: /freebsd/usr.sbin/arp/Makefile (revision f7c4bd95ba735bd6a5454b4953945a99cefbb80c)
1#	@(#)Makefile	8.2 (Berkeley) 4/18/94
2# $FreeBSD$
3
4PROG=	arp
5MAN=	arp.4 arp.8
6
7WARNS?=	1
8
9.include <bsd.prog.mk>
10