diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2020-11-26 18:33:04 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2020-11-26 18:33:04 +0000 |
| commit | d26245171514e85becdd350ee5574f7c886a5db0 (patch) | |
| tree | 188826f6a68bc846d35f61aa1cf658e26bc10e27 /tools | |
| parent | f7af6e5e54ebd1e3d70dd3d9d9660f049c1dbd2b (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 658a049603a2..69065a9c4a3b 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -2583,6 +2583,7 @@ OLD_DIRS+=usr/share/i18n/csmapper/GB .endif .if ${MK_INET6} == no +OLD_FILES+=sbin/ping6 OLD_FILES+=sbin/rtsol OLD_FILES+=usr/sbin/ip6addrctl OLD_FILES+=usr/sbin/mld6query @@ -2611,6 +2612,7 @@ OLD_FILES+=usr/share/man/man8/traceroute6.8.gz .endif .if ${MK_INET6_SUPPORT} == no +OLD_FILES+=rescue/ping6 OLD_FILES+=rescue/rtsol .endif |
