summaryrefslogtreecommitdiffstats
path: root/sbin/ping/Makefile
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-03-05 22:42:03 +0000
committerseanc <seanc@FreeBSD.org>2003-03-05 22:42:03 +0000
commit7fd03de4a042e4e58a05cd47a0b7c4aa4fee3f31 (patch)
tree8f8c62d30025aaead67817215d18b63479196cc5 /sbin/ping/Makefile
parent0f6cf6df5bfea71942ee830ab76c6462fb4268b4 (diff)
downloadFreeBSD-src-7fd03de4a042e4e58a05cd47a0b7c4aa4fee3f31.zip
FreeBSD-src-7fd03de4a042e4e58a05cd47a0b7c4aa4fee3f31.tar.gz
Update ping to be WARNS=2 compliant.
Reviewed by: -audit (no objections ~1mo) Approved by: nectar
Diffstat (limited to 'sbin/ping/Makefile')
-rw-r--r--sbin/ping/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index ba8fc9b..740567f 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -8,7 +8,7 @@ BINMODE=4555
.if ${MACHINE_ARCH} == "alpha"
CFLAGS+=-fno-builtin # GCC's builtin memcpy doesn't do unaligned copies
.endif
-WARNS= 0
+WARNS= 2
DPADD= ${LIBM}
LDADD= -lm
OpenPOWER on IntegriCloud