mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
allow teh -a option to work with the -d option thus: arp -d -a now flushes your arp cache. also fix the -n option so that -an now works correctly.
8 lines
111 B
Makefile
8 lines
111 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
|
|
PROG= arp
|
|
MAN8= arp.8
|
|
MAN4= arp.4
|
|
COPTS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|