8 lines
155 B
Makefile
8 lines
155 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/04/22 15:23:02 lukem Exp $
|
|
# from: @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
|
|
PROG= arp
|
|
MAN= arp.4 arp.8
|
|
|
|
.include <bsd.prog.mk>
|