diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2026-02-03 05:24:33 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-02-03 05:24:33 +0000 |
| commit | 1ccee516edb681b33182f0a57531752eb98ec838 (patch) | |
| tree | ddd7e462c0aff8b04aca2e7de0677e5b3786c636 | |
| parent | fd6217075e6a5926bdc627145b38194b6c5ba8da (diff) | |
tftpd: remove tests when MK_TFTP=no
MFC after: 1 week
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 1025eb63fd87..e4deee31dc77 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -8360,6 +8360,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 |
