aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2001-10-08 01:41:45 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2001-10-08 01:41:45 +0000
commit8daca20f6201c775f9a93344646369c187a097d8 (patch)
tree5c5ba842670c4d0486a04fc23a67828fa63c1239 /sys/boot
parent351bd3334f89c1994617c2467390b8d565612cd6 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/loader/Makefile2
-rw-r--r--sys/boot/ia64/efi/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile
index 715a7efa09b5..e6712f7454ee 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -11,7 +11,7 @@ SRCS+= main.c conf.c dev_net.c
# Enable BootForth
BOOT_FORTH= yes
-CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
+CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/${MACHINE_ARCH}
.if BOOT_FORTH
CFLAGS+= -DBOOT_FORTH
.if exists(${.OBJDIR}/../../ficl/libficl.a)
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 715a7efa09b5..e6712f7454ee 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -11,7 +11,7 @@ SRCS+= main.c conf.c dev_net.c
# Enable BootForth
BOOT_FORTH= yes
-CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
+CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/${MACHINE_ARCH}
.if BOOT_FORTH
CFLAGS+= -DBOOT_FORTH
.if exists(${.OBJDIR}/../../ficl/libficl.a)