aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/arp/Makefile
blob: a60e35948da366982345ea90f4d16717f1ee1590 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.2 (Berkeley) 4/18/94
# $FreeBSD: src/usr.sbin/arp/Makefile,v 1.15.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $

PROG=	arp
MAN=	arp.4 arp.8

WARNS?=	3

.include <bsd.prog.mk>