diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/interop/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile index 36b233c189..0754380d50 100644 --- a/src/regress/lib/libssl/interop/Makefile +++ b/src/regress/lib/libssl/interop/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2019/02/21 23:06:33 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2020/01/25 16:08:25 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR = libressl openssl openssl11 | 3 | SUBDIR = libressl openssl openssl11 |
4 | |||
4 | # 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 | ||
7 | SUBDIR += cipher | ||
5 | SUBDIR += netcat | 8 | SUBDIR += netcat |
6 | SUBDIR += session | 9 | SUBDIR += session |
7 | SUBDIR += cipher | ||
8 | SUBDIR += cert | ||
9 | 10 | ||
10 | .include <bsd.subdir.mk> | 11 | .include <bsd.subdir.mk> |