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