Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2010 14:13:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202927 - head/tools/build/mk
Message-ID:  <201001241413.o0OEDuNP051402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan 24 14:13:56 2010
New Revision: 202927
URL: http://svn.freebsd.org/changeset/base/202927

Log:
  Add files to remove when MK_DICT=no.

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Jan 24 14:09:45 2010	(r202926)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Jan 24 14:13:56 2010	(r202927)
@@ -678,9 +678,14 @@ OLD_FILES+=usr/share/man/man8/cvsbug.8.g
 # to be filled in
 #.endif
 
-#.if ${MK_DICT} == no
-# to be filled in
-#.endif
+.if ${MK_DICT} == no
+OLD_FILES+=usr/share/dict/README
+OLD_FILES+=usr/share/dict/freebsd
+OLD_FILES+=usr/share/dict/propernames
+OLD_FILES+=usr/share/dict/web2
+OLD_FILES+=usr/share/dict/web2a
+OLD_FILES+=usr/share/dict/words
+.endif
 
 #.if ${MK_EXAMPLES} == no
 # to be filled in



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