summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop/Makefile')
-rw-r--r--src/regress/lib/libssl/interop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile
index 5ad9041276..cf06d8c022 100644
--- a/src/regress/lib/libssl/interop/Makefile
+++ b/src/regress/lib/libssl/interop/Makefile
@@ -1,10 +1,11 @@
1# $OpenBSD: Makefile,v 1.10 2020/09/11 22:48:00 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.11 2020/09/14 00:51:04 bluhm Exp $
2 2
3SUBDIR = libressl openssl openssl11 3SUBDIR = libressl openssl openssl11
4 4
5# the above binaries must have been built before we can continue 5# the above binaries must have been built before we can continue
6SUBDIR += cert 6SUBDIR += cert
7SUBDIR += cipher 7SUBDIR += cipher
8SUBDIR += version
8SUBDIR += netcat 9SUBDIR += netcat
9SUBDIR += session 10SUBDIR += session
10 11