1999-11-14 08:54:44 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
|
|
|
|
.if ${MK_FORTH} != "no"
|
2004-01-27 17:15:03 -05:00
|
|
|
# Build the add-in FORTH interpreter.
|
1998-11-03 01:11:35 -05:00
|
|
|
SUBDIR+= ficl
|
2015-04-04 15:56:54 -04:00
|
|
|
SUBDIR+= forth
|
2003-02-12 23:35:04 -05:00
|
|
|
.endif
|
1998-11-03 01:11:35 -05:00
|
|
|
|
2015-06-19 01:42:24 -04:00
|
|
|
SUBDIR+= common
|
|
|
|
|
|
2015-03-29 11:43:24 -04:00
|
|
|
.include <bsd.arch.inc.mk>
|
|
|
|
|
|
2004-01-27 17:15:03 -05:00
|
|
|
# Pick the machine-dependent subdir based on the target architecture.
|
2014-04-08 15:19:58 -04:00
|
|
|
ADIR= ${MACHINE:S/powerpc64/powerpc/}
|
2008-07-23 03:23:33 -04:00
|
|
|
.if exists(${.CURDIR}/${ADIR}/.)
|
|
|
|
|
SUBDIR+= ${ADIR}
|
|
|
|
|
.endif
|
1998-08-20 23:17:42 -04:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|