diff options
Diffstat (limited to 'tools/build')
-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 |