]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/Makefile
DIRDEPS_BUILD: Update dependencies.
[FreeBSD/FreeBSD.git] / sys / boot / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .if ${MK_FORTH} != "no"
6 # Build the add-in FORTH interpreter.
7 SUBDIR+=                ficl
8 SUBDIR+=                forth
9 .endif
10
11 SUBDIR+=                common
12
13 .include <bsd.arch.inc.mk>
14
15 # Pick the machine-dependent subdir based on the target architecture.
16 ADIR=                   ${MACHINE:S/powerpc64/powerpc/}
17 .if exists(${.CURDIR}/${ADIR}/.)
18 SUBDIR+=                ${ADIR}
19 .endif
20
21 .include <bsd.subdir.mk>