mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
8 lines
112 B
Makefile
8 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>
|