Makefile revision 1.34
1#	$OpenBSD: Makefile,v 1.34 2019/01/19 02:57:21 jsing Exp $
2
3SUBDIR += asn1
4SUBDIR += buffer
5SUBDIR += bytestring
6SUBDIR += ciphers
7SUBDIR += client
8SUBDIR += pqueue
9SUBDIR += record
10SUBDIR += server
11SUBDIR += ssl
12SUBDIR += tlsext
13SUBDIR += key_schedule
14SUBDIR += unit
15
16# Things that take a long time should go below here. 
17SUBDIR += interop
18
19install:
20
21.include <bsd.subdir.mk>
22