svn commit: r318949 - stable/10/tools/build/mk

Glen Barber gjb at FreeBSD.org
Fri May 26 13:09:17 UTC 2017


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

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

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

Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Fri May 26 13:06:13 2017	(r318948)
+++ stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Fri May 26 13:09:16 2017	(r318949)
@@ -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


More information about the svn-src-stable mailing list