Makefile revision 1.53
1#	$OpenBSD: Makefile,v 1.53 2023/07/12 07:03:24 tb 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 += ssl
18SUBDIR += tls
19SUBDIR += tlsext
20SUBDIR += tlslegacy
21SUBDIR += key_schedule
22SUBDIR += unit
23SUBDIR += verify
24
25# Things that take a long time should go below here. 
26SUBDIR += openssl-ruby
27SUBDIR += rust-openssl
28SUBDIR += tlsfuzzer
29SUBDIR += interop
30
31install:
32
33.include <bsd.subdir.mk>
34