summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-05-26 13:09:16 +0000
committergjb <gjb@FreeBSD.org>2017-05-26 13:09:16 +0000
commit40ff5482458a82397b6a6f723e420fc7fa1a3cdb (patch)
treef98163559e8099d239fd03e576ec87d9d8f401c5 /tools
parent0279a77706cae40a28ececcac0c61c7e74395ecb (diff)
downloadFreeBSD-src-40ff5482458a82397b6a6f723e420fc7fa1a3cdb.zip
FreeBSD-src-40ff5482458a82397b6a6f723e420fc7fa1a3cdb.tar.gz
MFC r318748:
Honor WITHOUT_TFTP for check-old* and delete-old* targets. PR: 217949 Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index c119ecf..7c3b9d4 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -5308,6 +5308,13 @@ OLD_FILES+=${TESTS_FILES}
. endif
.endif # Test suite.
+.if ${MK_TFTP} == no
+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
+.endif
+
#.if ${MK_TOOLCHAIN} == no
# to be filled in
#.endif
OpenPOWER on IntegriCloud