summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-29 06:29:07 +0000
committeryar <yar@FreeBSD.org>2006-07-29 06:29:07 +0000
commit828279050131d14ff50e3ccf3585efc45a9949e6 (patch)
treefa643de043b9a981a00b731e83b8f960f3c506b2 /tools
parent26af0bae3b9466a6744abe25582e67886b13edb9 (diff)
downloadFreeBSD-src-828279050131d14ff50e3ccf3585efc45a9949e6.zip
FreeBSD-src-828279050131d14ff50e3ccf3585efc45a9949e6.tar.gz
Extend the MK_INET6 section by rescue/ping6 and the manpages.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index b526692..caab635 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -448,6 +448,7 @@ OLD_FILES+=usr/share/man/man8/isdntrace.8.gz
.endif
.if ${MK_INET6} == no
+OLD_FILES+=rescue/ping6
OLD_FILES+=sbin/ping6
OLD_FILES+=sbin/rtsol
OLD_FILES+=usr/sbin/ip6addrctl
@@ -459,6 +460,19 @@ OLD_FILES+=usr/sbin/rrenumd
OLD_FILES+=usr/sbin/rtadvd
OLD_FILES+=usr/sbin/rtsold
OLD_FILES+=usr/sbin/traceroute6
+OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
+OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
+OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
+OLD_FILES+=usr/share/man/man8/mld6query.8.gz
+OLD_FILES+=usr/share/man/man8/ndp.8.gz
+OLD_FILES+=usr/share/man/man8/ping6.8.gz
+OLD_FILES+=usr/share/man/man8/rip6query.8.gz
+OLD_FILES+=usr/share/man/man8/route6d.8.gz
+OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
+OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
+OLD_FILES+=usr/share/man/man8/rtsol.8.gz
+OLD_FILES+=usr/share/man/man8/rtsold.8.gz
+OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
.endif
#.if ${MK_INFO} == no
OpenPOWER on IntegriCloud