]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/Makefile
MFC r330005-r330007, r330021, r330029, r330622, r331207: Solo loader.conf(5)
[FreeBSD/FreeBSD.git] / stand / 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+=                defaults
13 SUBDIR+=                man
14
15 .include <bsd.arch.inc.mk>
16
17 .if exists(${.CURDIR}/${MACHINE}/.)
18 SUBDIR+=                ${MACHINE}
19 .endif
20
21 .include <bsd.subdir.mk>