summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2012-08-17 17:10:34 +0000
committerChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2012-08-17 17:10:34 +0000
commit24515268ffb902b67b116d3487bc732346dddedb (patch)
treecfade1401de831350e5b1d379d89fa9d239bbdec /usr.bin
parent842d9480d0577c62d6e42eea2ca9361441b2e231 (diff)
Don't need this anymore, we have them in bsd.own.mk.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tcpbench/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr.bin/tcpbench/Makefile b/usr.bin/tcpbench/Makefile
index 430c6437722..03215b3e134 100644
--- a/usr.bin/tcpbench/Makefile
+++ b/usr.bin/tcpbench/Makefile
@@ -1,16 +1,5 @@
MAN= tcpbench.1
-CDIAGFLAGS= -Wall
-#CDIAGFLAGS+= -Werror
-CDIAGFLAGS+= -Wpointer-arith
-CDIAGFLAGS+= -Wuninitialized
-CDIAGFLAGS+= -Wstrict-prototypes
-CDIAGFLAGS+= -Wmissing-prototypes
-CDIAGFLAGS+= -Wunused
-CDIAGFLAGS+= -Wsign-compare
-CDIAGFLAGS+= -Wbounded
-CDIAGFLAGS+= -Wshadow
-
#DEBUG=-g
PROG=tcpbench