Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2017 13:09:16 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r318949 - stable/10/tools/build/mk
Message-ID:  <201705261309.v4QD9GWn018886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705261309.v4QD9GWn018886>