aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-10-20 17:00:43 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-10-20 17:00:43 +0000
commitbc3d5698008e9b3b19495e853cbc2598979ccf8a (patch)
tree3ed46882228eec9c1eb743ac5afad6dba7d98720 /secure/lib/libcrypto/Makefile
parentf54c6ef1000da0103df7b95b7c6454c326f984b5 (diff)
downloadsrc-bc3d5698008e9b3b19495e853cbc2598979ccf8a.tar.gz
src-bc3d5698008e9b3b19495e853cbc2598979ccf8a.zip
Notes
Diffstat (limited to 'secure/lib/libcrypto/Makefile')
-rw-r--r--secure/lib/libcrypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index f8325332d6db..25c4ee449eda 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -459,7 +459,7 @@ opensslconf.h: opensslconf.h.in
PICFLAG+= -DOPENSSL_PIC
.if defined(ASM_${MACHINE_CPUARCH})
-.PATH: ${.CURDIR}/${MACHINE_CPUARCH}
+.PATH: ${SRCTOP}/sys/crypto/openssl/${MACHINE_CPUARCH}
.if defined(ASM_amd64)
.PATH: ${LCRYPTO_SRC}/crypto/bn/asm
.endif