diff options
author | marcel <marcel@FreeBSD.org> | 2001-10-08 01:41:45 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2001-10-08 01:41:45 +0000 |
commit | f54e34402f90cde1fd687342999b78bb5b709f18 (patch) | |
tree | 5c5ba842670c4d0486a04fc23a67828fa63c1239 /sys/boot | |
parent | 03c9a58b563ae142dc93c9099e7ccd4c23640a3d (diff) | |
download | FreeBSD-src-f54e34402f90cde1fd687342999b78bb5b709f18.zip FreeBSD-src-f54e34402f90cde1fd687342999b78bb5b709f18.tar.gz |
s/alpha/${MACHINE_ARCH}/g
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/efi/loader/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/ia64/efi/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile index 715a7ef..e6712f7 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 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) |