aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2017-05-23 15:46:21 +0000
committerGlen Barber <gjb@FreeBSD.org>2017-05-23 15:46:21 +0000
commit583b5f3561ba67bb192e8a2ef3c432e1a624d874 (patch)
treee2e1228b062841059735b8ccb241119bac2631f8 /tools
parent59c8837dfaffd49eaeb738c2ced23d91123f4e39 (diff)
downloadsrc-583b5f3561ba67bb192e8a2ef3c432e1a624d874.tar.gz
src-583b5f3561ba67bb192e8a2ef3c432e1a624d874.zip
Honor WITHOUT_TFTP for check-old* and delete-old* targets.
Submitted by: philippe dot michel7 at sfr dot fr PR: 217949 MFC after: 3 days Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=318748
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 cb8ad1cfe77f..8b999a434f84 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -8653,6 +8653,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