9 lines
166 B
Makefile
9 lines
166 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/03/16 02:04:51 xtraeme Exp $
|
|
# from: @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
|
|
PROG= arp
|
|
MAN= arp.4 arp.8
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|