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 cf06d8c022..0bd1195d39 100644 --- a/src/regress/lib/libssl/interop/Makefile +++ b/src/regress/lib/libssl/interop/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.11 2020/09/14 00:51:04 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2020/09/15 01:45:16 bluhm Exp $ |
2 | 2 | ||
3 | SUBDIR = libressl openssl openssl11 | 3 | SUBDIR = libressl openssl openssl11 |
4 | 4 | ||
@@ -8,5 +8,6 @@ SUBDIR += cipher | |||
8 | SUBDIR += version | 8 | SUBDIR += version |
9 | SUBDIR += netcat | 9 | SUBDIR += netcat |
10 | SUBDIR += session | 10 | SUBDIR += session |
11 | SUBDIR += botan | ||
11 | 12 | ||
12 | .include <bsd.subdir.mk> | 13 | .include <bsd.subdir.mk> |