summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r--src/regress/lib/libssl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index ccff27278b..c4133e32e5 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,16 +1,17 @@
1# $OpenBSD: Makefile,v 1.30 2018/11/09 19:31:50 tb Exp $ 1# $OpenBSD: Makefile,v 1.31 2018/11/10 08:10:31 beck Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += bytestring 4SUBDIR += bytestring
5SUBDIR += ciphers 5SUBDIR += ciphers
6SUBDIR += client 6SUBDIR += client
7SUBDIR += interop
8SUBDIR += pqueue 7SUBDIR += pqueue
9SUBDIR += server 8SUBDIR += server
10SUBDIR += ssl 9SUBDIR += ssl
11SUBDIR += tlsext 10SUBDIR += tlsext
12SUBDIR += key_schedule 11SUBDIR += key_schedule
13SUBDIR += unit 12SUBDIR += unit
13# Things that take a long time shoud go below here.
14SUBDIR += interop
14 15
15install: 16install:
16 17