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