summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/Makefile
blob: b1caac92844054ac45aa6c31c7d60f280e56fff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: Makefile,v 1.32 2018/11/10 08:35:43 beck Exp $

SUBDIR += asn1
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>