]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/usr.sbin/arp/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / usr.sbin / arp / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/18/94
2 # $FreeBSD$
3
4 PROG=   arp
5 MAN=    arp.4 arp.8
6
7 WARNS?= 3
8
9 .include <bsd.prog.mk>