1994-05-26 05:23:31 +00:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 4/18/94
|
2001-03-26 14:42:20 +00:00
|
|
|
# $FreeBSD$
|
1994-05-26 05:23:31 +00:00
|
|
|
|
|
|
|
PROG= arp
|
2001-12-10 21:13:36 +00:00
|
|
|
MAN= arp.4 arp.8
|
2001-12-10 06:42:56 +00:00
|
|
|
|
2009-06-11 10:30:30 +00:00
|
|
|
WARNS?= 3
|
2003-04-04 17:49:21 +00:00
|
|
|
|
1994-05-26 05:23:31 +00:00
|
|
|
.include <bsd.prog.mk>
|