Date: Tue, 03 Feb 2026 05:45:34 +0000 From: Enji Cooper <ngie@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e1f36b9db922 - main - usr.bin/tftp: remove tests when MK_TFTP=no Message-ID: <69818b7e.1ed19.638cb367@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=e1f36b9db9220cf51c6c3d2d2ad230fb9490bc3e commit e1f36b9db9220cf51c6c3d2d2ad230fb9490bc3e Author: Enji Cooper <ngie@FreeBSD.org> AuthorDate: 2026-02-03 05:44:47 +0000 Commit: Enji Cooper <ngie@FreeBSD.org> 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} == nohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69818b7e.1ed19.638cb367>
