28644e448a
Pointed out by: bde
9 lines
112 B
Makefile
9 lines
112 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
# $FreeBSD$
|
|
|
|
PROG= arp
|
|
WARNS?= 2
|
|
MAN= arp.4 arp.8
|
|
|
|
.include <bsd.prog.mk>
|