From 40ff5482458a82397b6a6f723e420fc7fa1a3cdb Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 26 May 2017 13:09:16 +0000 Subject: MFC r318748: Honor WITHOUT_TFTP for check-old* and delete-old* targets. PR: 217949 Sponsored by: The FreeBSD Foundation --- tools/build/mk/OptionalObsoleteFiles.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools') 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 -- cgit v1.1