The branch stable/14 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=3c69641a756c93888c6c30ab109f8816d7a965f8
commit 3c69641a756c93888c6c30ab109f8816d7a965f8 Author: Enji Cooper <[email protected]> AuthorDate: 2026-02-03 05:44:47 +0000 Commit: Enji Cooper <[email protected]> CommitDate: 2026-02-22 03:40:16 +0000 usr.bin/tftp: remove tests when MK_TFTP=no These tests require the tftp client, which is not installed when `MK_TFTP=no`. Remove them when that's not true. MFC after: 1 week (cherry picked from commit e1f36b9db9220cf51c6c3d2d2ad230fb9490bc3e) --- tools/build/mk/OptionalObsoleteFiles.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index e9a4a6f37f6b..52bf3224e8d9 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -8359,7 +8359,10 @@ OLD_FILES+=usr/share/man/man1/tftp.1.gz OLD_FILES+=usr/share/man/man8/tftpd.8.gz OLD_FILES+=usr/tests/libexec/tftpd/functional OLD_FILES+=usr/tests/libexec/tftpd/Kyuafile +OLD_FILES+=usr/tests/usr.bin/tftp/tftp_test +OLD_FILES+=usr/tests/usr.bin/tftp/Kyuafile OLD_DIRS+=usr/tests/libexec/tftpd +OLD_DIRS+=usr/tests/usr.bin/tftp .endif .if ${MK_TOOLCHAIN} == no
