aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-08-27 15:34:37 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-08-27 15:34:37 +0000
commit95b523ea711d8bd41065559cdacc1496ddd4116b (patch)
tree55184e0dac98e3426483fa2c17912aef0d2c38a3 /sbin
parent8e6975047e866c395d28a081df4fd460698faacb (diff)
downloadsrc-95b523ea711d8bd41065559cdacc1496ddd4116b.tar.gz
src-95b523ea711d8bd41065559cdacc1496ddd4116b.zip
ping: raise WARNS level to 6
Submitted by: Ján Sučan <sucanjan@gmail.com> MFC after: 2 weeks Sponsored by: Google LLC (Google Summer of Code 2019) Differential Revision: https://reviews.freebsd.org/D21405
Notes
Notes: svn path=/head/; revision=351548
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ping/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index d547b8ff1ec3..79f5fc2442a3 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -9,7 +9,6 @@ SRCS= ping.c utils.c
MAN= ping.8
BINOWN= root
BINMODE=4555
-WARNS?= 3
LIBADD= m
.if ${MK_DYNAMICROOT} == "no"