From 3fa1973e64df9a409be844b38506de8efa49f109 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 26 May 2017 13:09:16 +0000 Subject: [PATCH] MFC r318748: Honor WITHOUT_TFTP for check-old* and delete-old* targets. PR: 217949 Sponsored by: The FreeBSD Foundation git-svn-id: svn://svn.freebsd.org/base/stable/10@318949 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tools/build/mk/OptionalObsoleteFiles.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index c119ecf24..7c3b9d474 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 -- 2.45.0