summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-04-04 06:04:38 +0000
committerpeter <peter@FreeBSD.org>2002-04-04 06:04:38 +0000
commitb486ed03d8ed44fbabf9904da780987768bc9f8b (patch)
treeb9ea72e93decbe6395ffc570b30b7ddc48601de3 /sys/boot
parentf7c71ab2f29c53a642d5f4d6ecb7ad935a9f8543 (diff)
downloadFreeBSD-src-b486ed03d8ed44fbabf9904da780987768bc9f8b.zip
FreeBSD-src-b486ed03d8ed44fbabf9904da780987768bc9f8b.tar.gz
Use a relative path to libstand.. /usr/src/lib/libstand may not exist
or may have the wrong header files.
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 bbae786..9e6200f 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -33,7 +33,7 @@ CFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH}
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../../.. -I.
CFLAGS+= -I${.CURDIR}/../libefi
-CFLAGS+= -I/usr/src/lib/libstand
+CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
CFLAGS+= -DLOADER
LDSCRIPT= ${.CURDIR}/../libefi/arch/${MACHINE_ARCH}/ldscript.${MACHINE_ARCH}
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index bbae786..9e6200f 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -33,7 +33,7 @@ CFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH}
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../../.. -I.
CFLAGS+= -I${.CURDIR}/../libefi
-CFLAGS+= -I/usr/src/lib/libstand
+CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
CFLAGS+= -DLOADER
LDSCRIPT= ${.CURDIR}/../libefi/arch/${MACHINE_ARCH}/ldscript.${MACHINE_ARCH}
OpenPOWER on IntegriCloud