mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
8dc4b495b3
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>
|