diff options
author | John Baldwin <jhb@FreeBSD.org> | 2015-03-12 15:20:05 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2015-03-12 15:20:05 +0000 |
commit | bc65857d86065ddd711efdf16c71fee804ac30bd (patch) | |
tree | 3a74ac1e61898fdd5bc1b12bbc4e56d7f7031cae /sys/boot/amd64 | |
parent | b57d97215ee60209c5fbbb1a1b26be6307e6d7e7 (diff) | |
download | src-bc65857d86065ddd711efdf16c71fee804ac30bd.tar.gz src-bc65857d86065ddd711efdf16c71fee804ac30bd.zip |
Notes
Diffstat (limited to 'sys/boot/amd64')
-rw-r--r-- | sys/boot/amd64/efi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/amd64/efi/Makefile b/sys/boot/amd64/efi/Makefile index 3f853a50fd1f..d63c49db06e9 100644 --- a/sys/boot/amd64/efi/Makefile +++ b/sys/boot/amd64/efi/Makefile @@ -84,7 +84,6 @@ loader.efi: loader.sym --output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET} LIBEFI= ${.OBJDIR}/../../efi/libefi/libefi.a -LIBSTAND= ${.OBJDIR}/../../userboot/libstand/libstand.a DPADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND} LDADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND} |