Makefile revision 1.38
1#	$OpenBSD: Makefile,v 1.38 2020/04/06 16:53:45 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 += key_schedule
16SUBDIR += unit
17
18# Things that take a long time should go below here. 
19SUBDIR += interop
20
21install:
22
23.include <bsd.subdir.mk>
24