mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
# $FreeBSD$
|
|
|
|
PROG= arp
|
|
MAN= arp.4 arp.8
|
|
|
|
.include <bsd.prog.mk>
|