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