summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/efi
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2001-10-08 01:41:45 +0000
committermarcel <marcel@FreeBSD.org>2001-10-08 01:41:45 +0000
commitf54e34402f90cde1fd687342999b78bb5b709f18 (patch)
tree5c5ba842670c4d0486a04fc23a67828fa63c1239 /sys/boot/ia64/efi
parent03c9a58b563ae142dc93c9099e7ccd4c23640a3d (diff)
downloadFreeBSD-src-f54e34402f90cde1fd687342999b78bb5b709f18.zip
FreeBSD-src-f54e34402f90cde1fd687342999b78bb5b709f18.tar.gz
s/alpha/${MACHINE_ARCH}/g
Diffstat (limited to 'sys/boot/ia64/efi')
-rw-r--r--sys/boot/ia64/efi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 715a7ef..e6712f7 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)
OpenPOWER on IntegriCloud