Date: Sat, 6 Feb 2010 20:02: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: r203562 - head/tools/build/mk Message-ID: <201002062002.o16K2uu6024731@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002062002.o16K2uu6024731>