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/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile
index 2f6b165ae6..72dc87b5c2 100644
--- a/src/regress/lib/libssl/interop/Makefile
+++ b/src/regress/lib/libssl/interop/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.16 2023/01/27 08:28:36 tb Exp $ 1# $OpenBSD: Makefile,v 1.17 2023/02/01 14:39:09 tb Exp $
2 2
3SUBDIR = libressl openssl openssl11 openssl30 3SUBDIR = libressl openssl11 openssl30
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 += netcat 6SUBDIR += netcat
@@ -10,7 +10,7 @@ SUBDIR += botan
10# What is below takes a long time. 10# What is below takes a long time.
11# setting REGRESS_SKIP_SLOW to "yes" in mk.conf 11# setting REGRESS_SKIP_SLOW to "yes" in mk.conf
12# will skip the tests that do not test libressl 12# will skip the tests that do not test libressl
13# but do things like test openssl to openssl11 13# but do things like test openssl11 to openssl30
14SUBDIR += version 14SUBDIR += version
15SUBDIR += cipher 15SUBDIR += cipher
16# This takes a really long time. 16# This takes a really long time.