freebsd-dev/usr.sbin/arp/Makefile
Julian Elischer 8dc4b495b3 Submitted by: Archie@Whistle.com (Archie Cobbs)
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.
1997-11-13 01:16:57 +00:00

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>