FreeBSD/Linux Kernel Cross Reference
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} == "amd64" || ${MACHINE_ARCH} == "i386" || ${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 # Pick the machine-dependent subdir based on the target architecture.
21 SUBDIR+= ${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
22
23 .include <bsd.subdir.mk>
Cache object: e97e98e067a69a1904e4ff173b07d287
|