mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
<machine/nexusvar.h>, <machine/sapicreg.h> and <machine/sapicvar.h>
removed on ia64.
This commit is contained in:
parent
419ee98298
commit
1462deea8b
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@
|
|||
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
|
||||
#
|
||||
|
||||
# 20100330: [ia64] Sync with 9-current
|
||||
.if ${TARGET_ARCH} == "ia64"
|
||||
OLD_FILES+=usr/include/machine/nexusvar.h
|
||||
OLD_FILES+=usr/include/machine/sapicreg.h
|
||||
OLD_FILES+=usr/include/machine/sapicvar.h
|
||||
.endif
|
||||
# 20100329: gcpio removal
|
||||
OLD_FILES+=usr/bin/gcpio
|
||||
OLD_FILES+=usr/share/info/cpio.info.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue