blob: bd6f0d9c7e55618c3648e76b0e4a3ccfa8700fd0 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile.subdir,v 1.1 2023/06/17 15:45:51 christos Exp $
# OpenSSL libraries.
SUBDIR+= ${OSSL}libapps ${OSSL}libcommon ${OSSL}libcrypto
SUBDIR+= ${OSSL}libcryptotest ${OSSL}libdes
SUBDIR+= .WAIT ${OSSL}libssl ${OSSL}liblegacy # depends on libcrypto, libcommon
SUBDIR+= ${OSSL}engines
|