aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/iostat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/iostat/Makefile')
-rw-r--r--usr.sbin/iostat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile
index 558b09bbd6cc..9fd4809a5455 100644
--- a/usr.sbin/iostat/Makefile
+++ b/usr.sbin/iostat/Makefile
@@ -7,4 +7,6 @@ MAN= iostat.8
DPADD= ${LIBDEVSTAT} ${LIBKVM} ${LIBM}
LDADD= -ldevstat -lkvm -lm
+WARNS?= 1
+
.include <bsd.prog.mk>