diff options
Diffstat (limited to 'usr.bin/tcpbench/Makefile')
-rw-r--r-- | usr.bin/tcpbench/Makefile | 11 |
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 |