1999-11-14 13:54:44 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
2010-08-23 01:48:07 +00:00
|
|
|
.include <bsd.arch.inc.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
|
2003-02-13 04:35:04 +00:00
|
|
|
.endif
|
1998-11-03 06:11:35 +00:00
|
|
|
|
2004-01-27 22:15:03 +00:00
|
|
|
# Pick the machine-dependent subdir based on the target architecture.
|
2011-05-14 01:53:38 +00:00
|
|
|
ADIR= ${MACHINE:S/amd64/i386/: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>
|