Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2017 13:06:14 +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-11@freebsd.org
Subject:   svn commit: r318948 - stable/11/tools/build/mk
Message-ID:  <201705261306.v4QD6EY8018571@repo.freebsd.org>

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



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