Makefile revision 1.31
1#	$OpenBSD: Makefile,v 1.31 2018/11/10 08:10:31 beck Exp $
2
3SUBDIR += asn1
4SUBDIR += bytestring
5SUBDIR += ciphers
6SUBDIR += client
7SUBDIR += pqueue
8SUBDIR += server
9SUBDIR += ssl
10SUBDIR += tlsext
11SUBDIR += key_schedule
12SUBDIR += unit
13# Things that take a long time shoud go below here. 
14SUBDIR += interop
15
16install:
17
18.include <bsd.subdir.mk>
19