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-03-26 14:42:20 +00:00
|
|
|
MAN= arp.4 arp.8
|
1997-11-13 01:16:57 +00:00
|
|
|
COPTS+= -Wall
|
1994-05-26 05:23:31 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|