aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xargs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r--usr.bin/xargs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile
index 642e9532e421f..1f33228d80359 100644
--- a/usr.bin/xargs/Makefile
+++ b/usr.bin/xargs/Makefile
@@ -3,5 +3,6 @@
PROG= xargs
SRCS= xargs.c strnsubst.c
+WARNS?= 4
.include <bsd.prog.mk>