From b02f4634a1d30688984c5db2ec3e5f30943efbab Mon Sep 17 00:00:00 2001 From: rin Date: Sat, 8 Jul 2023 23:41:27 +0000 Subject: openssl.old: Fix build with HAVE_OPENSSL == 11. Introduce Makefile.subdir in the same manner as new openssl. --- crypto/external/bsd/openssl.old/lib/Makefile.subdir | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crypto/external/bsd/openssl.old/lib/Makefile.subdir (limited to 'crypto/external/bsd/openssl.old/lib/Makefile.subdir') diff --git a/crypto/external/bsd/openssl.old/lib/Makefile.subdir b/crypto/external/bsd/openssl.old/lib/Makefile.subdir new file mode 100644 index 00000000000..44dcae343f1 --- /dev/null +++ b/crypto/external/bsd/openssl.old/lib/Makefile.subdir @@ -0,0 +1,5 @@ +# $NetBSD: Makefile.subdir,v 1.1 2023/07/08 23:41:27 rin Exp $ + +# OpenSSL libraries. +SUBDIR+= ${OSSL}libcrypto ${OSSL}libcryptotest ${OSSL}libdes +SUBDIR+= .WAIT ${OSSL}libssl # depends on libcrypto -- cgit