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