aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/efivar
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/efivar')
-rw-r--r--usr.sbin/efivar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/efivar/Makefile b/usr.sbin/efivar/Makefile
index 89d453eeb962..92f8a70b1c95 100644
--- a/usr.sbin/efivar/Makefile
+++ b/usr.sbin/efivar/Makefile
@@ -7,7 +7,7 @@ LIBADD= efivar
SRCS= efivar.c efiutil.c
-EFIBOOT=${SRCTOP}/sys/boot/efi
+EFIBOOT=${SRCTOP}/stand/efi
CFLAGS+= -I${EFIBOOT}/include
.include <bsd.prog.mk>