summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-05-26 13:06:13 +0000
committergjb <gjb@FreeBSD.org>2017-05-26 13:06:13 +0000
commit149d1ea2d9c026c1a135ce319469e744cae50f2a (patch)
treed993f1d5f42e9c86d53aaa04a3f5dfb6339b49e0 /tools
parentc25d3162bf8039de949d927b664cc8953ade571e (diff)
downloadFreeBSD-src-149d1ea2d9c026c1a135ce319469e744cae50f2a.zip
FreeBSD-src-149d1ea2d9c026c1a135ce319469e744cae50f2a.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 5e08b7b..384074d 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -8329,6 +8329,13 @@ OLD_FILES+=usr/share/man/man1/colcrt.1.gz
OLD_FILES+=usr/share/man/man1/ul.1.gz
.endif
+.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_TIMED} == no
OLD_FILES+=usr/sbin/timed
OLD_FILES+=usr/sbin/timedc
OpenPOWER on IntegriCloud