summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-02-06 20:06:06 +0000
committerantoine <antoine@FreeBSD.org>2010-02-06 20:06:06 +0000
commit8d4298591ab87d86631cadd615002c156e5f7a99 (patch)
tree979b70e036179ae0bcc9c50d4fe77a9ea9f39fbb /tools
parent36a370a8445f2ebde15282db631c5a90b3fd12ba (diff)
downloadFreeBSD-src-8d4298591ab87d86631cadd615002c156e5f7a99.zip
FreeBSD-src-8d4298591ab87d86631cadd615002c156e5f7a99.tar.gz
Move rescue/ping6 from files to remove when MK_INET6=no to file to remove
when MK_INET6_SUPPORT=no. (MK_INET6=no implies MK_INET6_SUPPORT=no)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 8295ebc..6e84e72 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -899,7 +899,6 @@ OLD_FILES+=usr/include/openssl/idea.h
.endif
.if ${MK_INET6} == no
-OLD_FILES+=rescue/ping6
OLD_FILES+=sbin/ping6
OLD_FILES+=sbin/rtsol
OLD_FILES+=usr/sbin/faithd
@@ -927,6 +926,10 @@ OLD_FILES+=usr/share/man/man8/rtsold.8.gz
OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
.endif
+.if ${MK_INET6_SUPPORT} == no
+OLD_FILES+=rescue/ping6
+.endif
+
#.if ${MK_INFO} == no
# to be filled in
#.endif
OpenPOWER on IntegriCloud