1# $OpenBSD: Makefile,v 1.58 2024/05/06 14:37:26 jsing Exp $ 2 3SUBDIR += aead 4SUBDIR += aes 5SUBDIR += aeswrap 6SUBDIR += asn1 7SUBDIR += base64 8SUBDIR += bf 9SUBDIR += bio 10SUBDIR += bn 11SUBDIR += CA 12SUBDIR += c2sp 13SUBDIR += cast 14SUBDIR += certs 15SUBDIR += chacha 16SUBDIR += cms 17SUBDIR += crypto 18SUBDIR += ct 19SUBDIR += curve25519 20SUBDIR += des 21SUBDIR += dh 22SUBDIR += dsa 23SUBDIR += ec 24SUBDIR += ecdh 25SUBDIR += ecdsa 26SUBDIR += evp 27SUBDIR += exdata 28SUBDIR += free 29SUBDIR += gcm128 30SUBDIR += hkdf 31SUBDIR += hmac 32SUBDIR += idea 33SUBDIR += ige 34SUBDIR += init 35SUBDIR += lhash 36SUBDIR += md 37SUBDIR += objects 38SUBDIR += pbkdf2 39SUBDIR += pem 40SUBDIR += pkcs7 41SUBDIR += poly1305 42SUBDIR += rand 43SUBDIR += rc2 44SUBDIR += rc4 45SUBDIR += rmd 46SUBDIR += rsa 47SUBDIR += sha 48SUBDIR += sha2 49SUBDIR += sm3 50SUBDIR += sm4 51SUBDIR += symbols 52SUBDIR += utf8 53SUBDIR += whirlpool 54SUBDIR += wycheproof 55SUBDIR += x509 56 57install: 58 59.include <bsd.subdir.mk> 60