FreeBSD/Linux Kernel Cross Reference
sys/boot/Makefile
1 # $FreeBSD: releng/10.2/sys/boot/Makefile 281843 2015-04-22 01:08:40Z dteske $
2
3 .include <bsd.own.mk>
4 .include <bsd.arch.inc.mk>
5
6 .if ${MK_FORTH} != "no"
7 # Build the add-in FORTH interpreter.
8 SUBDIR+= ficl
9 SUBDIR+= forth
10 .endif
11
12 # Pick the machine-dependent subdir based on the target architecture.
13 ADIR= ${MACHINE:S/powerpc64/powerpc/}
14 .if exists(${.CURDIR}/${ADIR}/.)
15 SUBDIR+= ${ADIR}
16 .endif
17 .if ${MACHINE} == "amd64"
18 SUBDIR+= i386
19 .endif
20
21 .include <bsd.subdir.mk>
Cache object: e462b94aeb5ef6cfc8d3ef6fd5e9d791
|