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 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
3SUBDIR = libressl openssl openssl11 3SUBDIR = libressl openssl openssl11
4 4
@@ -8,5 +8,6 @@ SUBDIR += cipher
8SUBDIR += version 8SUBDIR += version
9SUBDIR += netcat 9SUBDIR += netcat
10SUBDIR += session 10SUBDIR += session
11SUBDIR += botan
11 12
12.include <bsd.subdir.mk> 13.include <bsd.subdir.mk>