]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/Makefile
This commit was generated by cvs2svn to compensate for changes in r159985,
[FreeBSD/FreeBSD.git] / sys / boot / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .if ${MK_FORTH} != "no"
6 # Build the add-in FORTH interpreter.
7 SUBDIR+=                ficl
8 .endif
9
10 # Build EFI library.
11 .if ${MACHINE_ARCH} == "ia64"
12 SUBDIR+=                efi
13 .endif
14
15 # Build Open Firmware library.
16 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
17 SUBDIR+=                ofw
18 .endif
19
20 .if ${MACHINE_ARCH} != "arm"
21 # Pick the machine-dependent subdir based on the target architecture.
22 SUBDIR+=                ${MACHINE:S/amd64/i386/}
23 .endif
24
25 .include <bsd.subdir.mk>