Makefile revision 332115
1# $FreeBSD: stable/11/stand/Makefile 332115 2018-04-06 16:59:58Z kevans $
2
3.include <src.opts.mk>
4
5SUBDIR+=		libsa
6.if ${MK_FORTH} != "no"
7# Build the add-in FORTH interpreter.
8SUBDIR+=		ficl
9SUBDIR+=		forth
10.endif
11
12SUBDIR+=		defaults
13SUBDIR+=		man
14
15.include <bsd.arch.inc.mk>
16
17.if exists(${.CURDIR}/${MACHINE}/.)
18SUBDIR+=		${MACHINE}
19.endif
20
21.include <bsd.subdir.mk>
22