summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-19 22:54:37 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-19 22:54:37 +0000
commita8b5c5bd6ebf6c98e7642cd557b81df5f7541272 (patch)
treefa101ff0d65163495dc4cd2aa0719bebbb6e51d0
parenta48da6e3582125f37081d1636e904fd3982eb8b1 (diff)
downloadFreeBSD-src-a8b5c5bd6ebf6c98e7642cd557b81df5f7541272.zip
FreeBSD-src-a8b5c5bd6ebf6c98e7642cd557b81df5f7541272.tar.gz
Remove unsupported ia64.
Sponsored by: EMC / Isilon Storage Division
-rw-r--r--share/mk/local.meta.sys.mk2
-rw-r--r--targets/pseudo/userland/Makefile.depend6
-rw-r--r--targets/pseudo/userland/misc/Makefile.depend1
3 files changed, 1 insertions, 8 deletions
diff --git a/share/mk/local.meta.sys.mk b/share/mk/local.meta.sys.mk
index 230850c..5c91450 100644
--- a/share/mk/local.meta.sys.mk
+++ b/share/mk/local.meta.sys.mk
@@ -54,7 +54,7 @@ BOOT_MACHINE_DIR.amd64 = boot/i386
MACHINE_ARCH.host = ${_HOST_ARCH}
# the list of machines we support
-ALL_MACHINE_LIST?= amd64 arm arm64 i386 ia64 mips pc98 powerpc sparc64
+ALL_MACHINE_LIST?= amd64 arm arm64 i386 mips pc98 powerpc sparc64
.for m in ${ALL_MACHINE_LIST:O:u}
MACHINE_ARCH_LIST.$m?= ${TARGET_ARCHES_${m}:U$m}
MACHINE_ARCH.$m?= ${MACHINE_ARCH_LIST.$m:[1]}
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index 17ccb47..546e146 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -759,12 +759,6 @@ DIRDEPS.i386= \
usr.sbin/boot0cfg \
usr.sbin/wlconfig
-DIRDEPS.ia64= \
- sbin/mca \
- usr.sbin/acpi \
- usr.sbin/kgmon \
- usr.sbin/zzz
-
DIRDEPS.mips= \
sbin/bsdlabel \
sbin/fdisk
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend
index 0c98392..ce501ef 100644
--- a/targets/pseudo/userland/misc/Makefile.depend
+++ b/targets/pseudo/userland/misc/Makefile.depend
@@ -42,7 +42,6 @@ DIRDEPS.amd64= \
DIRDEPS.arm= sys/boot/fdt sys/boot/uboot
DIRDEPS.i386= ${DIRDEPS.x86sys} sys/boot/efi/libefi sys/boot/zfs
-DIRDEPS.ia64= sys/boot/efi/libefi sys/boot/zfs
DIRDEPS.powerpc= sys/boot/fdt sys/boot/ofw sys/boot/uboot
DIRDEPS.sparc64= sys/boot/ofw sys/boot/zfs
OpenPOWER on IntegriCloud