diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-30 14:13:01 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-30 14:13:01 +0000 |
commit | bff85a38547c578bc059ded91a5a491cd22cd4e6 (patch) | |
tree | 9a62dfbeee1c2312a10e6f380cb1a65df4c6f450 | |
parent | 119e750bf8fa7cd78d04a6cf091c1c8aefabc2a2 (diff) | |
download | FreeBSD-src-bff85a38547c578bc059ded91a5a491cd22cd4e6.zip FreeBSD-src-bff85a38547c578bc059ded91a5a491cd22cd4e6.tar.gz |
- Remove more files when MK_INET6 == no
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 466c098..1a58918 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -2520,9 +2520,11 @@ OLD_FILES+=usr/sbin/ndp OLD_FILES+=usr/sbin/rip6query OLD_FILES+=usr/sbin/route6d OLD_FILES+=usr/sbin/rrenumd +OLD_FILES+=usr/sbin/rtadvctl OLD_FILES+=usr/sbin/rtadvd OLD_FILES+=usr/sbin/rtsold OLD_FILES+=usr/sbin/traceroute6 +OLD_FILES+=usr/share/doc/IPv6/IMPLEMENTATION 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 @@ -2532,6 +2534,7 @@ 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/rtadvctl.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 |