8 lines
155 B
Makefile
8 lines
155 B
Makefile
# $NetBSD: Makefile,v 1.8 1995/03/01 11:50:52 chopps Exp $
|
|
# from: @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
|
|
PROG= arp
|
|
MAN= arp.4 arp.8
|
|
|
|
.include <bsd.prog.mk>
|