aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-02-03 05:44:47 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-02-03 05:44:47 +0000
commite1f36b9db9220cf51c6c3d2d2ad230fb9490bc3e (patch)
tree91b28f8cf1e9aa122eaa914b5cdf4a320bf9993a
parent7baa76c30c833750007e8d8823c9f5d94f5b2925 (diff)
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
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
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