summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2020-06-01 18:58:09 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2020-06-01 18:58:09 +0000
commit82c3a6548f7a4b40a68c27faa55751af56e42b38 (patch)
tree9a594ec6ba01302837f1bd591e589f592c596440
parent1cfffed85daee433be4c8666e83ab2facf383821 (diff)
downloadsrc-test2-82c3a6548f7a4b40a68c27faa55751af56e42b38.tar.gz
src-test2-82c3a6548f7a4b40a68c27faa55751af56e42b38.zip
Notes
-rw-r--r--etc/mtree/BSD.lib32.dist2
-rw-r--r--secure/lib/libcrypto/Makefile.inc2
-rw-r--r--secure/lib/libcrypto/engines/Makefile.inc2
3 files changed, 4 insertions, 2 deletions
diff --git a/etc/mtree/BSD.lib32.dist b/etc/mtree/BSD.lib32.dist
index d1288462b15a..ce7d4bdc07fb 100644
--- a/etc/mtree/BSD.lib32.dist
+++ b/etc/mtree/BSD.lib32.dist
@@ -8,6 +8,8 @@
lib32
dtrace
..
+ engines
+ ..
geom
..
i18n
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index e33f59681a83..139dbb69a0ae 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -75,7 +75,7 @@ CFLAGS+= -DPOLY1305_ASM
.if defined(LIB)
CFLAGS+= -DOPENSSLDIR="\"/etc/ssl\""
-CFLAGS+= -DENGINESDIR="\"/usr/lib/engines\""
+CFLAGS+= -DENGINESDIR="\"${LIBDIR}/engines\""
.endif
CFLAGS+= -DNDEBUG
diff --git a/secure/lib/libcrypto/engines/Makefile.inc b/secure/lib/libcrypto/engines/Makefile.inc
index fd9e9f9bcc9f..1d368ae5d650 100644
--- a/secure/lib/libcrypto/engines/Makefile.inc
+++ b/secure/lib/libcrypto/engines/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-SHLIBDIR?= /usr/lib/engines
+SHLIBDIR= ${LIBDIR}/engines
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl