summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-02-06 20:02:56 +0000
committerantoine <antoine@FreeBSD.org>2010-02-06 20:02:56 +0000
commit36a370a8445f2ebde15282db631c5a90b3fd12ba (patch)
tree3119e7bac26ba2fcda2fd5ea5ab5896ec7671aef
parent7a4687f407009cc4f66daeeb992e05a4baf6df96 (diff)
downloadFreeBSD-src-36a370a8445f2ebde15282db631c5a90b3fd12ba.zip
FreeBSD-src-36a370a8445f2ebde15282db631c5a90b3fd12ba.tar.gz
Add file to remove when MK_IDEA=no.
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 026e7e5..8295ebc 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -894,6 +894,10 @@ OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
# 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
OpenPOWER on IntegriCloud