diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-10-08 01:41:45 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-10-08 01:41:45 +0000 |
| commit | 8daca20f6201c775f9a93344646369c187a097d8 (patch) | |
| tree | 5c5ba842670c4d0486a04fc23a67828fa63c1239 /sys/boot/efi | |
| parent | 351bd3334f89c1994617c2467390b8d565612cd6 (diff) | |
Notes
Diffstat (limited to 'sys/boot/efi')
| -rw-r--r-- | sys/boot/efi/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 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) |
