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