aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6
diff options
context:
space:
mode:
authorJohan Karlsson <johan@FreeBSD.org>2004-02-23 20:25:27 +0000
committerJohan Karlsson <johan@FreeBSD.org>2004-02-23 20:25:27 +0000
commit604d24db9579f5b317cae3fae63ab75ef5efca7f (patch)
treec7a40798921957743bfe9ddeb54c45234fb14086 /sbin/ping6
parentcee1270c1af563b8877f3ee833694ca693505177 (diff)
downloadsrc-604d24db9579f5b317cae3fae63ab75ef5efca7f.tar.gz
src-604d24db9579f5b317cae3fae63ab75ef5efca7f.zip
style.Makefile(5):
Use WARNS?= instead of WARNS=.
Notes
Notes: svn path=/head/; revision=126178
Diffstat (limited to 'sbin/ping6')
-rw-r--r--sbin/ping6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index 4073a56debff..4e6da277922d 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -5,7 +5,7 @@ MAN= ping6.8
CFLAGS+=-DINET6 -DIPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS \
-DHAVE_POLL_H -DHAVE_ARC4RANDOM
-WARNS= 0
+WARNS?= 0
BINOWN= root
BINMODE=4555