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.
9 lines
111 B
Makefile
9 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>
|