aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/arp/Makefile
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1997-11-13 01:16:57 +0000
committerJulian Elischer <julian@FreeBSD.org>1997-11-13 01:16:57 +0000
commit8dc4b495b32a10eff7c8ecee6fdc92b7ddd05af3 (patch)
tree523bf30c8958661bc8e3259fb4e993c8daace18d /usr.sbin/arp/Makefile
parent52bf64c7878f577be7fefbf5be4e638977da95e2 (diff)
downloadsrc-8dc4b495b32a10eff7c8ecee6fdc92b7ddd05af3.tar.gz
src-8dc4b495b32a10eff7c8ecee6fdc92b7ddd05af3.zip
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.
Notes
Notes: svn path=/head/; revision=31145
Diffstat (limited to 'usr.sbin/arp/Makefile')
-rw-r--r--usr.sbin/arp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile
index a26439f86557..dc57b134bcc6 100644
--- a/usr.sbin/arp/Makefile
+++ b/usr.sbin/arp/Makefile
@@ -3,5 +3,6 @@
PROG= arp
MAN8= arp.8
MAN4= arp.4
+COPTS+= -Wall
.include <bsd.prog.mk>