summaryrefslogtreecommitdiff
path: root/sbin/ping6
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 02:19:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 02:19:58 +0000
commit2d68bf45bfd846af100054ea94cdce64e298eb01 (patch)
treee310d81d0274f70e39b1ca6e572c855c93bfb84d /sbin/ping6
parenta748290789444352877e207721a7db215206cc9a (diff)
Notes
Diffstat (limited to 'sbin/ping6')
-rw-r--r--sbin/ping6/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index ddc996282653..c8ba59942586 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -4,6 +4,7 @@ PROG= ping6
MAN= ping6.8
CFLAGS+=-DINET6 -DIPSEC
+WARNS= 0
BINOWN= root
BINMODE=4555