git: 26632bc19460 - stable/15 - tftpd: remove tests when MK_TFTP=no

From: Enji Cooper <ngie_at_FreeBSD.org>
Date: Sun, 22 Feb 2026 03:41:34 UTC
The branch stable/15 has been updated by ngie:

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

commit 26632bc19460d4a16d3b701f17657f82fe36aacb
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-02-03 05:24:33 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-02-22 03:39:52 +0000

    tftpd: remove tests when MK_TFTP=no
    
    MFC after:      1 week
    
    (cherry picked from commit 1ccee516edb681b33182f0a57531752eb98ec838)
---
 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 378885e9dc13..06177cee6c70 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -8321,6 +8321,9 @@ OLD_FILES+=usr/bin/tftp
 OLD_FILES+=usr/libexec/tftpd
 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_DIRS+=usr/tests/libexec/tftpd
 .endif
 
 .if ${MK_TOOLCHAIN} == no