1# $OpenBSD: Makefile,v 1.57 2024/04/22 07:31:54 anton Exp $ 2 3SUBDIR += api 4SUBDIR += asn1 5SUBDIR += buffer 6SUBDIR += bytestring 7SUBDIR += ciphers 8SUBDIR += client 9SUBDIR += dtls 10SUBDIR += exporter 11SUBDIR += handshake 12SUBDIR += pqueue 13SUBDIR += quic 14SUBDIR += record 15SUBDIR += record_layer 16SUBDIR += server 17SUBDIR += shutdown 18SUBDIR += ssl 19SUBDIR += symbols 20SUBDIR += tls 21SUBDIR += tlsext 22SUBDIR += tlslegacy 23SUBDIR += key_schedule 24SUBDIR += unit 25SUBDIR += verify 26 27# Things that take a long time should go below here. 28SUBDIR += openssl-ruby 29SUBDIR += rust-openssl 30SUBDIR += tlsfuzzer 31SUBDIR += interop 32 33install: 34 35.include <bsd.subdir.mk> 36