Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2026 03:41:41 +0000
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 05ce2ae289c7 - stable/14 - tftpd: remove tests when MK_TFTP=no
Message-ID:  <699a7af5.21e18.4f23a558@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by ngie:

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

commit 05ce2ae289c7b8e2c04fb3d234a99a8e131a618a
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:40:16 +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 3f8e592d9eb9..e9a4a6f37f6b 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -8357,6 +8357,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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699a7af5.21e18.4f23a558>