]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/arp/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / 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>