Deleted Added
full compact
Makefile (188825) Makefile (199714)
1# $FreeBSD: head/sys/boot/Makefile 188825 2009-02-19 18:53:08Z imp $
1# $FreeBSD: head/sys/boot/Makefile 199714 2009-11-23 16:00:16Z rnoland $
2
3.include <bsd.own.mk>
4
5.if ${MK_FORTH} != "no"
6# Build the add-in FORTH interpreter.
7SUBDIR+= ficl
8.endif
9

--- 7 unchanged lines hidden (view full) ---

17SUBDIR+= ofw
18.endif
19
20# Build U-Boot library.
21.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "arm"
22SUBDIR+= uboot
23.endif
24
2
3.include <bsd.own.mk>
4
5.if ${MK_FORTH} != "no"
6# Build the add-in FORTH interpreter.
7SUBDIR+= ficl
8.endif
9

--- 7 unchanged lines hidden (view full) ---

17SUBDIR+= ofw
18.endif
19
20# Build U-Boot library.
21.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "arm"
22SUBDIR+= uboot
23.endif
24
25.if defined(LOADER_ZFS_SUPPORT)
25.if ${MACHINE_ARCH} == "amd64" || ${MACHINE} == "i386"
26SUBDIR+= zfs
27.endif
28
29# Pick the machine-dependent subdir based on the target architecture.
30ADIR= ${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
31.if exists(${.CURDIR}/${ADIR}/.)
32SUBDIR+= ${ADIR}
33.endif
34
35.include <bsd.subdir.mk>
26SUBDIR+= zfs
27.endif
28
29# Pick the machine-dependent subdir based on the target architecture.
30ADIR= ${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
31.if exists(${.CURDIR}/${ADIR}/.)
32SUBDIR+= ${ADIR}
33.endif
34
35.include <bsd.subdir.mk>