8 lines
148 B
Makefile
8 lines
148 B
Makefile
# from: @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
# $Id: Makefile,v 1.7 1994/12/22 11:32:44 cgd Exp $
|
|
|
|
PROG= arp
|
|
MAN= arp.4 arp.8
|
|
|
|
.include <bsd.prog.mk>
|