summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2013-03-20 21:47:05 +0000
committerneel <neel@FreeBSD.org>2013-03-20 21:47:05 +0000
commit27bf53822ad4069c44ff8e055673d928ef6ae44e (patch)
tree9197c99fdb826b2f41bec07d69ab6f7f031f6e72 /tools
parentfbd9d518d57802d082c329f2089e625810bfb956 (diff)
downloadFreeBSD-src-27bf53822ad4069c44ff8e055673d928ef6ae44e.zip
FreeBSD-src-27bf53822ad4069c44ff8e055673d928ef6ae44e.tar.gz
Set WARNS=3 so this actually compiles.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/netrate/netreceive/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/netrate/netreceive/Makefile b/tools/tools/netrate/netreceive/Makefile
index 33fee2b..115d1e8 100644
--- a/tools/tools/netrate/netreceive/Makefile
+++ b/tools/tools/netrate/netreceive/Makefile
@@ -6,4 +6,6 @@ PROG= netreceive
NO_MAN=
LDFLAGS += -lpthread
+WARNS?= 3
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud