diff options
| author | christos <christos@NetBSD.org> | 2023-06-17 15:47:31 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2023-06-17 15:47:31 +0000 |
| commit | b906a268a21f6ea0d51d07793404ad7f3a9c40f8 (patch) | |
| tree | 741351de8683e5f61134cd56652ac429f03e4890 /lib | |
| parent | e07f6d4452ec7743f66a3dff8325145d27974c2a (diff) | |
Include the OpenSSL Makefile fragment so that build_install works on each
OpenSSL subdirectory.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 89b9d3b20b0..dd3ef169f64 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.294 2022/05/30 15:06:55 rin Exp $ +# $NetBSD: Makefile,v 1.295 2023/06/17 15:47:31 christos Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -146,7 +146,8 @@ SUBDIR+= librumpuser # depends on libpthread SUBDIR+= libnpf # depends on libnv .endif -SUBDIR+= ../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib # depends on libcrypt +OSSL=../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/ +.include "${.CURDIR}/${OSSL}Makefile.subdir" # depends on libcrypt .if (${MKISCSI} != "no") SUBDIR+= ../external/bsd/iscsi/lib # depends on libpthread |
