svn commit: r204453 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sun Feb 28 14:23:39 UTC 2010


Author: antoine
Date: Sun Feb 28 14:23:38 2010
New Revision: 204453
URL: http://svn.freebsd.org/changeset/base/204453

Log:
  Add files to remove when MK_TELNET=no.

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:21:15 2010	(r204452)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:23:38 2010	(r204453)
@@ -2047,6 +2047,13 @@ OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tc
 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
 .endif
 
+.if ${MK_TELNET} == no
+OLD_FILES+=usr/bin/telnet
+OLD_FILES+=usr/libexec/telnetd
+OLD_FILES+=usr/share/man/man1/telnet.1.gz
+OLD_FILES+=usr/share/man/man8/telnetd.8.gz
+.endif
+
 #.if ${MK_TOOLCHAIN} == no
 # to be filled in
 #.endif


More information about the svn-src-all mailing list