summaryrefslogtreecommitdiffstats
path: root/stand/Makefile
blob: 523418965871760261a1af11333f37e7c4b9b62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.include <src.opts.mk>

SUBDIR+=		libsa
.if ${MK_FORTH} != "no"
# Build the add-in FORTH interpreter.
SUBDIR+=		ficl
SUBDIR+=		forth
.endif

SUBDIR+=		man

.include <bsd.arch.inc.mk>

.if exists(${.CURDIR}/${MACHINE}/.)
SUBDIR+=		${MACHINE}
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud