summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/Makefile
blob: 2f092cc14e6ed08090b2b9c740c3db27830eef94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: Makefile,v 1.33 2019/01/17 06:46:10 jsing Exp $

SUBDIR += asn1
SUBDIR += buffer
SUBDIR += bytestring
SUBDIR += ciphers
SUBDIR += client
SUBDIR += pqueue
SUBDIR += server
SUBDIR += ssl
SUBDIR += tlsext
SUBDIR += key_schedule
SUBDIR += unit
# Things that take a long time should go below here. 
SUBDIR += interop

install:

.include <bsd.subdir.mk>