diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/Makefile')
-rw-r--r-- | src/regress/lib/libssl/interop/Makefile | 3 |
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 | ||
3 | SUBDIR = libressl openssl openssl11 | 3 | SUBDIR = 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 |
6 | SUBDIR += cert | 6 | SUBDIR += cert |
7 | SUBDIR += cipher | 7 | SUBDIR += cipher |
8 | SUBDIR += version | ||
8 | SUBDIR += netcat | 9 | SUBDIR += netcat |
9 | SUBDIR += session | 10 | SUBDIR += session |
10 | 11 | ||