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