diff options
author | peter <peter@FreeBSD.org> | 2002-04-04 06:04:38 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-04-04 06:04:38 +0000 |
commit | b486ed03d8ed44fbabf9904da780987768bc9f8b (patch) | |
tree | b9ea72e93decbe6395ffc570b30b7ddc48601de3 /sys/boot/efi | |
parent | f7c71ab2f29c53a642d5f4d6ecb7ad935a9f8543 (diff) | |
download | FreeBSD-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/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 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} |