xref: /freebsd/stand/Makefile (revision b37f6c9805edb4b89f0a8c2b78f78a3dcfc0647b)
1# $FreeBSD$
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+=		man
13
14.include <bsd.arch.inc.mk>
15
16.if exists(${.CURDIR}/${MACHINE}/.)
17SUBDIR+=		${MACHINE}
18.endif
19
20.include <bsd.subdir.mk>
21