summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-27 15:31:13 +0000
committeryar <yar@FreeBSD.org>2006-07-27 15:31:13 +0000
commitb8f7c8982840ef5fd64bebc37afe60ab32cdfe48 (patch)
tree9f7d37c34f91fa38fb08501018ebf8b640cf3782 /sbin
parentbbba5d85e1dbe1228583d2a9a6b574e26488fedf (diff)
downloadFreeBSD-src-b8f7c8982840ef5fd64bebc37afe60ab32cdfe48.zip
FreeBSD-src-b8f7c8982840ef5fd64bebc37afe60ab32cdfe48.tar.gz
These IPv6-only tools have no explicit dependency on the INET6 macro.
Tested with: cmp(1)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ping6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index 2d0cad4..89e7fbe 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -3,7 +3,7 @@
PROG= ping6
MAN= ping6.8
-CFLAGS+=-DINET6 -DIPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS \
+CFLAGS+=-DIPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS \
-DHAVE_POLL_H -DHAVE_ARC4RANDOM
WARNS?= 2
OpenPOWER on IntegriCloud