1# $OpenBSD: Makefile,v 1.54 2023/12/27 12:34:32 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 += ct 18SUBDIR += curve25519 19SUBDIR += des 20SUBDIR += dh 21SUBDIR += dsa 22SUBDIR += ec 23SUBDIR += ecdh 24SUBDIR += ecdsa 25SUBDIR += evp 26SUBDIR += exdata 27SUBDIR += free 28SUBDIR += gcm128 29SUBDIR += gost 30SUBDIR += hkdf 31SUBDIR += hmac 32SUBDIR += idea 33SUBDIR += ige 34SUBDIR += init 35SUBDIR += md 36SUBDIR += objects 37SUBDIR += pbkdf2 38SUBDIR += pem 39SUBDIR += pkcs7 40SUBDIR += poly1305 41SUBDIR += rand 42SUBDIR += rc2 43SUBDIR += rc4 44SUBDIR += rmd 45SUBDIR += rsa 46SUBDIR += sha 47SUBDIR += sha2 48SUBDIR += sm3 49SUBDIR += sm4 50SUBDIR += symbols 51SUBDIR += utf8 52SUBDIR += wycheproof 53SUBDIR += x509 54 55install: 56 57.include <bsd.subdir.mk> 58