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

Antoine Brodin antoine at FreeBSD.org
Sat Feb 6 20:02:56 UTC 2010


Author: antoine
Date: Sat Feb  6 20:02:56 2010
New Revision: 203562
URL: http://svn.freebsd.org/changeset/base/203562

Log:
  Add file to remove when MK_IDEA=no.

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Feb  6 20:00:35 2010	(r203561)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Feb  6 20:02:56 2010	(r203562)
@@ -894,6 +894,10 @@ OLD_FILES+=usr/share/man/man5/hesiod.con
 # to be filled in
 #.endif
 
+.if ${MK_IDEA} == no
+OLD_FILES+=usr/include/openssl/idea.h
+.endif
+
 .if ${MK_INET6} == no
 OLD_FILES+=rescue/ping6
 OLD_FILES+=sbin/ping6


More information about the svn-src-all mailing list