xref: /freebsd/usr.sbin/arp/Makefile (revision cf4c5a533126ca1ddb1f070af73f8f53b9e77fd4)
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