diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/interop/libressl/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/regress/lib/libssl/interop/libressl/Makefile b/src/regress/lib/libssl/interop/libressl/Makefile index 78e995abef..d8e20ca122 100644 --- a/src/regress/lib/libssl/interop/libressl/Makefile +++ b/src/regress/lib/libssl/interop/libressl/Makefile | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2020/12/17 00:51:11 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2020/12/25 10:50:08 tb Exp $ |
2 | 2 | ||
3 | PROGS = client server | 3 | PROGS = client server |
4 | CFLAGS = -DLIBRESSL_HAS_TLS1_3 | 4 | CFLAGS += -DLIBRESSL_HAS_TLS1_3 |
5 | CPPFLAGS = | 5 | CPPFLAGS += |
6 | LDFLAGS = | 6 | LDFLAGS += |
7 | LDADD = -lssl -lcrypto | 7 | LDADD += -lssl -lcrypto |
8 | DPADD = ${LIBSSL} ${LIBCRYPTO} | 8 | DPADD += ${LIBSSL} ${LIBCRYPTO} |
9 | LD_LIBRARY_PATH = | 9 | LD_LIBRARY_PATH = |
10 | REGRESS_TARGETS = run-self-client-server | 10 | REGRESS_TARGETS = run-self-client-server |
11 | .for p in ${PROGS} | 11 | .for p in ${PROGS} |