aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/printf/Makefile')
-rw-r--r--usr.bin/printf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile
index c91c4e3f53c1..78cdd0d13019 100644
--- a/usr.bin/printf/Makefile
+++ b/usr.bin/printf/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= printf
+WARNS?= 6
.include <bsd.prog.mk>