summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-08-23 01:48:07 +0000
committerimp <imp@FreeBSD.org>2010-08-23 01:48:07 +0000
commit5d0150b96a8d9fe21a0769888dd7b134248a27d5 (patch)
treec8af95d60aa2f5a6b9886558522f17c057dfca08 /sys/boot/Makefile
parentdab222df9beb85e31cb089b27d23fb1e86a23ab6 (diff)
downloadFreeBSD-src-5d0150b96a8d9fe21a0769888dd7b134248a27d5.zip
FreeBSD-src-5d0150b96a8d9fe21a0769888dd7b134248a27d5.tar.gz
MF tbemd: move to using specific architecture makefiles
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile20
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index b2eeb95..6c87997 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -1,31 +1,13 @@
# $FreeBSD$
.include <bsd.own.mk>
+.include <bsd.arch.inc.mk>
.if ${MK_FORTH} != "no"
# Build the add-in FORTH interpreter.
SUBDIR+= ficl
.endif
-# Build EFI library.
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE} == "i386" || ${MACHINE_ARCH} == "ia64"
-SUBDIR+= efi
-.endif
-
-# Build Open Firmware library.
-.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "sparc64"
-SUBDIR+= ofw
-.endif
-
-# Build U-Boot library.
-.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "arm"
-SUBDIR+= uboot
-.endif
-
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE} == "i386"
-SUBDIR+= zfs
-.endif
-
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif
OpenPOWER on IntegriCloud