Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 12:28:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309802 - head/tools/build/mk
Message-ID:  <201612101228.uBACShx9038867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 10 12:28:43 2016
New Revision: 309802
URL: https://svnweb.freebsd.org/changeset/base/309802

Log:
  Respect WITHOUT_FINGER in src.conf when running make delete-old
  
  PR:		213719
  Submitted by:	philippe.michel7@sfr.fr
  MFC after:	2 days

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 10 12:26:49 2016	(r309801)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 10 12:28:43 2016	(r309802)
@@ -2039,6 +2039,14 @@ OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee
 # to be filled in
 #.endif
 
+.if ${MK_FINGER} == no
+OLD_FILES+=usr/bin/finger
+OLD_FILES+=usr/share/man/man1/finger.1.gz
+OLD_FILES+=usr/share/man/man5/finger.conf.5.gz
+OLD_FILES+=usr/libexec/fingerd
+OLD_FILES+=usr/share/man/man8/fingerd.8.gz
+.endif
+
 .if ${MK_FLOPPY} == no
 OLD_FILES+=usr/sbin/fdcontrol
 OLD_FILES+=usr/sbin/fdformat



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