summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-03-29 23:56:31 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-03-29 23:56:31 +0000
commit017b3d09667b7b90399e06032d078dfe791d058d (patch)
tree9770865d3c2123aa8f905d8dd970891a0017947d /usr.sbin
parent279c6328e9514f35aa59843cfeb7dcf88a9e7281 (diff)
-Wall
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/arp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile
index 110db76bb44..ee096ce3771 100644
--- a/usr.sbin/arp/Makefile
+++ b/usr.sbin/arp/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:21 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2005/03/29 23:56:30 henning Exp $
PROG= arp
MAN= arp.4 arp.8
+CFLAGS+= -Wall
.include <bsd.prog.mk>