aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2010-03-27 03:17:39 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2010-03-27 03:17:39 +0000
commita29917e0755993c66ffe0c0698b0ad7349258d89 (patch)
treeff0752a400076acf610046da59c551647f27d2b6 /ObsoleteFiles.inc
parent1adf3cbdb7ff7871ec96390fc5ede2517d2c1163 (diff)
downloadsrc-a29917e0755993c66ffe0c0698b0ad7349258d89.tar.gz
src-a29917e0755993c66ffe0c0698b0ad7349258d89.zip
<machine/nexusvar.h> removed on ia64.
Notes
Notes: svn path=/head/; revision=205724
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 16e9250adecd..b18c0ea52d3a 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,11 +14,14 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100326: [ia64] removed <machine/nexusvar.h>
+.if ${TARGET_ARCH} == "ia64"
+OLD_FILES+=usr/include/machine/nexusvar.h
+.endif
# 20100326: gcpio removal
OLD_FILES+=usr/bin/gcpio
OLD_FILES+=usr/share/info/cpio.info.gz
OLD_FILES+=usr/share/man/man1/gcpio.1.gz
-
# 20100322: libz update
OLD_LIBS+=lib/libz.so.5
.if ${TARGET_ARCH} == "amd64"