]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/boot/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.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 SUBDIR+=                forth
9 .endif
10
11 .include <bsd.arch.inc.mk>
12
13 # Pick the machine-dependent subdir based on the target architecture.
14 ADIR=                   ${MACHINE:S/powerpc64/powerpc/}
15 .if exists(${.CURDIR}/${ADIR}/.)
16 SUBDIR+=                ${ADIR}
17 .endif
18
19 .include <bsd.subdir.mk>