153152Smarcel# $FreeBSD$
253152Smarcel
3156813Sru.include <bsd.own.mk>
4211679Simp.include <bsd.arch.inc.mk>
5156813Sru
6156813Sru.if ${MK_FORTH} != "no"
7125117Sschweikh# Build the add-in FORTH interpreter.
840843SmsmithSUBDIR+=		ficl
9110783Sbenno.endif
1038465Smsmith
11125117Sschweikh# Pick the machine-dependent subdir based on the target architecture.
12221869SattilioADIR=			${MACHINE:S/amd64/i386/:S/powerpc64/powerpc/}
13180733Simp.if exists(${.CURDIR}/${ADIR}/.)
14180733SimpSUBDIR+=		${ADIR}
15180733Simp.endif
1640843Smsmith
1738465Smsmith.include <bsd.subdir.mk>
18