Date: Tue, 23 May 2017 15:46:22 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r318748 - head/tools/build/mk Message-ID: <201705231546.v4NFkMl2084971@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Tue May 23 15:46:21 2017 New Revision: 318748 URL: https://svnweb.freebsd.org/changeset/base/318748 Log: 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 Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Tue May 23 15:04:29 2017 (r318747) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Tue May 23 15:46:21 2017 (r318748) @@ -8653,6 +8653,13 @@ OLD_FILES+=usr/share/man/man1/colcrt.1.g 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705231546.v4NFkMl2084971>