summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp/Makefile
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1997-11-13 01:16:57 +0000
committerjulian <julian@FreeBSD.org>1997-11-13 01:16:57 +0000
commit64608563e240151ee4c540f9eb276002c720ee33 (patch)
treef27ace363743891963e3361faa127cf458a11e87 /usr.sbin/arp/Makefile
parentc931d11d3fc12ba491ad39463aa11df49dc1f688 (diff)
downloadFreeBSD-src-64608563e240151ee4c540f9eb276002c720ee33.zip
FreeBSD-src-64608563e240151ee4c540f9eb276002c720ee33.tar.gz
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.
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 a26439f..dc57b13 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>
OpenPOWER on IntegriCloud