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/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index 2544184d09..7fabb63476 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,17 +1,17 @@
1# $OpenBSD: Makefile,v 1.28 2018/11/07 21:42:10 beck Exp $ 1# $OpenBSD: Makefile,v 1.29 2018/11/09 19:24:50 tb Exp $
2 2
3SUBDIR= \ 3SUBDIR += asn1
4 asn1 \ 4SUBDIR += bytestring
5 bytestring \ 5SUBDIR += ciphers
6 ciphers \ 6SUBDIR += client
7 client \ 7SUBDIR += handshake
8 interop \ 8SUBDIR += interop
9 pqueue \ 9SUBDIR += pqueue
10 server \ 10SUBDIR += server
11 ssl \ 11SUBDIR += ssl
12 tlsext \ 12SUBDIR += tlsext
13 key_schedule \ 13SUBDIR += key_schedule
14 unit 14SUBDIR += unit
15 15
16install: 16install:
17 17