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