summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/Makefile
blob: a6b93eed42453919de93c53486b629cf239acf41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#	$OpenBSD: Makefile,v 1.39 2020/05/21 10:46:29 tb Exp $

SUBDIR += asn1
SUBDIR += buffer
SUBDIR += bytestring
SUBDIR += ciphers
SUBDIR += client
SUBDIR += handshake
SUBDIR += pqueue
SUBDIR += record
SUBDIR += record_layer
SUBDIR += server
SUBDIR += ssl
SUBDIR += tlsext
SUBDIR += key_schedule
SUBDIR += unit

# Things that take a long time should go below here. 
SUBDIR += interop
SUBDIR += tlsfuzzer

install:

.include <bsd.subdir.mk>