Makefile revision 1.41
1#	$OpenBSD: Makefile,v 1.41 2020/10/07 09:35:03 jsing Exp $
2
3SUBDIR += asn1
4SUBDIR += buffer
5SUBDIR += bytestring
6SUBDIR += ciphers
7SUBDIR += client
8SUBDIR += handshake
9SUBDIR += pqueue
10SUBDIR += record
11SUBDIR += record_layer
12SUBDIR += server
13SUBDIR += ssl
14SUBDIR += tlsext
15SUBDIR += tlslegacy
16SUBDIR += key_schedule
17SUBDIR += unit
18
19# Things that take a long time should go below here. 
20SUBDIR += tlsfuzzer
21SUBDIR += interop
22
23install:
24
25.include <bsd.subdir.mk>
26