1999-11-14 08:54:44 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
|
|
.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
|
2003-02-12 23:35:04 -05:00
|
|
|
.endif
|
1998-11-03 01:11:35 -05:00
|
|
|
|
2004-11-23 00:52:00 -05:00
|
|
|
# Build EFI library.
|
2006-11-05 17:03:04 -05:00
|
|
|
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "ia64"
|
2004-11-23 00:52:00 -05:00
|
|
|
SUBDIR+= efi
|
|
|
|
|
.endif
|
|
|
|
|
|
2004-08-16 11:45:27 -04:00
|
|
|
# Build Open Firmware library.
|
2002-03-27 20:37:10 -05:00
|
|
|
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
|
2000-11-10 01:29:42 -05:00
|
|
|
SUBDIR+= ofw
|
|
|
|
|
.endif
|
|
|
|
|
|
2004-01-27 17:15:03 -05:00
|
|
|
# Pick the machine-dependent subdir based on the target architecture.
|
2006-10-09 00:43:07 -04:00
|
|
|
SUBDIR+= ${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
|
1998-08-20 23:17:42 -04:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|