summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2010-11-09 20:28:09 +0000
committerattilio <attilio@FreeBSD.org>2010-11-09 20:28:09 +0000
commit4963bf694d63dab0574a6e5cf9947f888137f9c6 (patch)
tree92c5166194277f9684d35d8ae0c242d565910782 /ObsoleteFiles.inc
parentafe737d0dd252afd2265b15771822bbfca5a74bf (diff)
downloadFreeBSD-src-4963bf694d63dab0574a6e5cf9947f888137f9c6.zip
FreeBSD-src-4963bf694d63dab0574a6e5cf9947f888137f9c6.tar.gz
Move the mptable.h under x86/include/.
Sponsored by: Sandvine Incorporated MFC after: 14 days
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 8ddfc5e..97eea7e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,10 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20101109: headers moved to machine/ to x86/
+.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
+OLD_FILES+=usr/include/machine/mptable.h
+.endif
# 20101101: headers moved to machine/ to x86/
.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
OLD_FILES+=usr/include/machine/apicreg.h
OpenPOWER on IntegriCloud