openssl.old: Fix build with HAVE_OPENSSL == 11.

Introduce Makefile.subdir in the same manner as new openssl.
This commit is contained in:
rin 2023-07-08 23:41:27 +00:00
parent 42ba7a81e2
commit 74b51585a8
2 changed files with 7 additions and 5 deletions

View File

@ -1,10 +1,7 @@
# $NetBSD: Makefile,v 1.1.1.2 2023/04/18 14:19:03 christos Exp $
# $NetBSD: Makefile,v 1.2 2023/07/08 23:41:27 rin Exp $
.include "bsd.own.mk"
# OpenSSL libraries.
SUBDIR= libcrypto libcryptotest libdes
SUBDIR+= .WAIT libssl # depends on libcrypto
.include "Makefile.subdir"
.include <bsd.subdir.mk>

View File

@ -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