summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/netcat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop/netcat/Makefile')
-rw-r--r--src/regress/lib/libssl/interop/netcat/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/netcat/Makefile b/src/regress/lib/libssl/interop/netcat/Makefile
index 3e3e4efd1e..ee6fc7e103 100644
--- a/src/regress/lib/libssl/interop/netcat/Makefile
+++ b/src/regress/lib/libssl/interop/netcat/Makefile
@@ -1,12 +1,9 @@
1# $OpenBSD: Makefile,v 1.8 2024/08/18 09:14:17 tb Exp $ 1# $OpenBSD: Makefile,v 1.9 2024/08/18 10:02:10 tb Exp $
2 2
3LIBRARIES = libressl 3LIBRARIES = libressl
4.if exists(/usr/local/bin/eopenssl11) 4.if exists(/usr/local/bin/eopenssl11)
5LIBRARIES += openssl11 5LIBRARIES += openssl11
6.endif 6.endif
7.if exists(/usr/local/bin/eopenssl30)
8LIBRARIES += openssl30
9.endif
10.if exists(/usr/local/bin/eopenssl31) 7.if exists(/usr/local/bin/eopenssl31)
11LIBRARIES += openssl31 8LIBRARIES += openssl31
12.endif 9.endif