diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-19 22:54:37 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-19 22:54:37 +0000 |
commit | a8b5c5bd6ebf6c98e7642cd557b81df5f7541272 (patch) | |
tree | fa101ff0d65163495dc4cd2aa0719bebbb6e51d0 /targets | |
parent | a48da6e3582125f37081d1636e904fd3982eb8b1 (diff) | |
download | FreeBSD-src-a8b5c5bd6ebf6c98e7642cd557b81df5f7541272.zip FreeBSD-src-a8b5c5bd6ebf6c98e7642cd557b81df5f7541272.tar.gz |
Remove unsupported ia64.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/userland/Makefile.depend | 6 | ||||
-rw-r--r-- | targets/pseudo/userland/misc/Makefile.depend | 1 |
2 files changed, 0 insertions, 7 deletions
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 |