]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - sys/boot/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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>