FreeBSD/Linux Kernel Cross Reference
sys/boot/Makefile
1 # $FreeBSD: releng/11.1/sys/boot/Makefile 284590 2015-06-19 05:42:24Z bapt $
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>
Cache object: 6697b0c6f58eb7eb335209c82e0a7c76
|