The branch main has been updated by ngie:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e1f36b9db9220cf51c6c3d2d2ad230fb9490bc3e

commit e1f36b9db9220cf51c6c3d2d2ad230fb9490bc3e
Author:     Enji Cooper <[email protected]>
AuthorDate: 2026-02-03 05:44:47 +0000
Commit:     Enji Cooper <[email protected]>
CommitDate: 2026-02-03 05:44:47 +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
---
 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 8eeeb25c4fa4..36b7a26458c1 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -8366,7 +8366,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

Reply via email to