aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping/Makefile
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>1999-08-16 21:22:39 +0000
committerChris Costello <chris@FreeBSD.org>1999-08-16 21:22:39 +0000
commitd6636ad7b38a960e557a75ae5915b1c74a5c22e3 (patch)
tree03ca05dee997e46dea49fdaaf012db1e070ae38a /sbin/ping/Makefile
parent8288fd5402d916c38ac76d070e40567f80e4dfc2 (diff)
downloadsrc-d6636ad7b38a960e557a75ae5915b1c74a5c22e3.tar.gz
src-d6636ad7b38a960e557a75ae5915b1c74a5c22e3.zip
Re-add -Wmissing-prototypes to `COPTS'. I mistook -W for -Wno in this case.
Notes
Notes: svn path=/head/; revision=49920
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 dcba2d18e0fd..f70e3bcda523 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -4,7 +4,7 @@
PROG= ping
MAN8= ping.8
BINMODE=4555
-COPTS+= -Wall
+COPTS+= -Wall -Wmissing-prototypes
.if ${MACHINE_ARCH} == "alpha"
COPTS+= -fno-builtin # GCC's builtin memcpy doesn't do unaligned copies
.endif