aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/userboot/libstand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/userboot/libstand/Makefile')
-rw-r--r--sys/boot/userboot/libstand/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/userboot/libstand/Makefile b/sys/boot/userboot/libstand/Makefile
index fa54b016450d..49c6bfbd5436 100644
--- a/sys/boot/userboot/libstand/Makefile
+++ b/sys/boot/userboot/libstand/Makefile
@@ -94,7 +94,7 @@ SRCS+= uuid_equal.c uuid_is_nil.c
# _setjmp/_longjmp
.if ${MACHINE_CPUARCH} == "amd64"
-.PATH: ${.CURDIR}/amd64
+.PATH: ${S}/amd64
.elif ${MACHINE_ARCH} == "powerpc64"
.PATH: ${S}/powerpc
.else