summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/traceroute/Makefile')
-rw-r--r--usr.sbin/traceroute/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile
index ecd28b0261b..5a448b0d406 100644
--- a/usr.sbin/traceroute/Makefile
+++ b/usr.sbin/traceroute/Makefile
@@ -1,6 +1,12 @@
-# $OpenBSD: Makefile,v 1.5 2013/04/15 15:51:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2014/04/23 08:44:50 florian Exp $
PROG= traceroute
+
+CFLAGS+= -Wall -I${.CURDIR}
+CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS+= -Wmissing-declarations
+CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
+
MAN= traceroute.8
BINOWN= root
BINMODE=4555