svn commit: r318948 - stable/11/tools/build/mk

Glen Barber gjb at FreeBSD.org
Fri May 26 13:06:15 UTC 2017


Author: gjb
Date: Fri May 26 13:06:13 2017
New Revision: 318948
URL: https://svnweb.freebsd.org/changeset/base/318948

Log:
  MFC r318748:
   Honor WITHOUT_TFTP for check-old* and delete-old* targets.
  
  PR:		217949
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/11/tools/build/mk/OptionalObsoleteFiles.inc	Fri May 26 12:13:58 2017	(r318947)
+++ stable/11/tools/build/mk/OptionalObsoleteFiles.inc	Fri May 26 13:06:13 2017	(r318948)
@@ -8329,6 +8329,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


More information about the svn-src-stable mailing list