diff options
author | yar <yar@FreeBSD.org> | 2006-07-28 10:16:24 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-07-28 10:16:24 +0000 |
commit | a7f98810681f096b80bb465b67fbca79696eef33 (patch) | |
tree | c834431f8bee8153c5136a4e8181f245bcac664a | |
parent | 7b3e2dd659b1f9647ba8c5b1a96f7eb21babc0ee (diff) | |
download | FreeBSD-src-a7f98810681f096b80bb465b67fbca79696eef33.zip FreeBSD-src-a7f98810681f096b80bb465b67fbca79696eef33.tar.gz |
Populate the MK_INET6 block.
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index c7c5bcf..b526692 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -447,9 +447,19 @@ OLD_FILES+=usr/share/man/man8/isdntelctl.8.gz OLD_FILES+=usr/share/man/man8/isdntrace.8.gz .endif -#.if ${MK_INET6} == no -# to be filled in -#.endif +.if ${MK_INET6} == no +OLD_FILES+=sbin/ping6 +OLD_FILES+=sbin/rtsol +OLD_FILES+=usr/sbin/ip6addrctl +OLD_FILES+=usr/sbin/mld6query +OLD_FILES+=usr/sbin/ndp +OLD_FILES+=usr/sbin/rip6query +OLD_FILES+=usr/sbin/route6d +OLD_FILES+=usr/sbin/rrenumd +OLD_FILES+=usr/sbin/rtadvd +OLD_FILES+=usr/sbin/rtsold +OLD_FILES+=usr/sbin/traceroute6 +.endif #.if ${MK_INFO} == no # to be filled in |