src/regress/lib/libcrypto/Makefile

59 lines
893 B
Makefile

# $OpenBSD: Makefile,v 1.57 2024/04/25 14:27:29 jsing Exp $
SUBDIR += aead
SUBDIR += aes
SUBDIR += aeswrap
SUBDIR += asn1
SUBDIR += base64
SUBDIR += bf
SUBDIR += bio
SUBDIR += bn
SUBDIR += CA
SUBDIR += c2sp
SUBDIR += cast
SUBDIR += certs
SUBDIR += chacha
SUBDIR += cms
SUBDIR += crypto
SUBDIR += ct
SUBDIR += curve25519
SUBDIR += des
SUBDIR += dh
SUBDIR += dsa
SUBDIR += ec
SUBDIR += ecdh
SUBDIR += ecdsa
SUBDIR += evp
SUBDIR += exdata
SUBDIR += free
SUBDIR += gcm128
SUBDIR += hkdf
SUBDIR += hmac
SUBDIR += idea
SUBDIR += ige
SUBDIR += init
SUBDIR += md
SUBDIR += objects
SUBDIR += pbkdf2
SUBDIR += pem
SUBDIR += pkcs7
SUBDIR += poly1305
SUBDIR += rand
SUBDIR += rc2
SUBDIR += rc4
SUBDIR += rmd
SUBDIR += rsa
SUBDIR += sha
SUBDIR += sha2
SUBDIR += sm3
SUBDIR += sm4
SUBDIR += symbols
SUBDIR += utf8
SUBDIR += whirlpool
SUBDIR += wycheproof
SUBDIR += x509
install:
.include <bsd.subdir.mk>