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