summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2018-02-04 03:19:51 +0000
committerchristos <christos@NetBSD.org>2018-02-04 03:19:51 +0000
commit14b24e3c86cc72427207ed5bb98b2f2f86189197 (patch)
tree249cfd1e7090fec305903c20b9f12d188915f4c2 /lib/Makefile
parentb1e732dbab1767e6dd2e7bc8d50e06ef7327b5f6 (diff)
switch everyone to openssl.old
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 985cae96c97..0ab68b5c3ad 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.253 2017/10/10 19:28:33 christos Exp $
+# $NetBSD: Makefile,v 1.254 2018/02/04 03:19:53 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -133,7 +133,7 @@ SUBDIR+= librumpuser # depends on libpthread
SUBDIR+= libnpf # depends on libprop
.endif
-SUBDIR+= ../crypto/external/bsd/openssl/lib # depends on libcrypt
+SUBDIR+= ../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib # depends on libcrypt
SUBDIR+= ../external/bsd/file/lib # depends on libz
.if (${MKISCSI} != "no")