153152Smarcel# $FreeBSD$
253152Smarcel
3156813Sru.include <bsd.own.mk>
4156813Sru
5156813Sru.if ${MK_FORTH} != "no"
6125117Sschweikh# Build the add-in FORTH interpreter.
740843SmsmithSUBDIR+=		ficl
8281843SdteskeSUBDIR+=		forth
9110783Sbenno.endif
1038465Smsmith
11293353Semaste.include <bsd.arch.inc.mk>
12293353Semaste
13125117Sschweikh# Pick the machine-dependent subdir based on the target architecture.
14271135SemasteADIR=			${MACHINE:S/powerpc64/powerpc/}
15180733Simp.if exists(${.CURDIR}/${ADIR}/.)
16180733SimpSUBDIR+=		${ADIR}
17180733Simp.endif
1840843Smsmith
1938465Smsmith.include <bsd.subdir.mk>
20