diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2026-02-03 05:40:50 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-02-03 05:42:03 +0000 |
| commit | 7baa76c30c833750007e8d8823c9f5d94f5b2925 (patch) | |
| tree | 05e783f5bb8855c35dfb8f9857f3e703adc9b23a /tools/build | |
| parent | 1ccee516edb681b33182f0a57531752eb98ec838 (diff) | |
Diffstat (limited to 'tools/build')
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index e4deee31dc77..8eeeb25c4fa4 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -2149,6 +2149,10 @@ OLD_FILES+=usr/share/man/man6/random.6.gz OLD_FILES+=usr/share/man/man6/rot13.6.gz OLD_FILES+=usr/share/man/man8/strfile.8.gz OLD_FILES+=usr/share/man/man8/unstr.8.gz +OLD_FILES+=usr/tests/usr.bin/factor/factor_tests +OLD_FILES+=usr/tests/usr.bin/factor/primes_tests +OLD_FILES+=usr/tests/usr.bin/factor/Kyuafile +OLD_DIRS+=usr/tests/usr.bin/factor .endif .if ${MK_GOOGLETEST} == no |
