Module Name: src
Committed By: christos
Date: Sat Jun 17 15:47:31 UTC 2023
Modified Files:
src/lib: Makefile
Log Message:
Include the OpenSSL Makefile fragment so that build_install works on each
OpenSSL subdirectory.
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.294 src/lib/Makefile:1.295
--- src/lib/Makefile:1.294 Mon May 30 11:06:55 2022
+++ src/lib/Makefile Sat Jun 17 11:47:31 2023
@@ -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 libpth
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