summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/dtls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/dtls/Makefile')
-rw-r--r--src/regress/lib/libssl/dtls/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/dtls/Makefile b/src/regress/lib/libssl/dtls/Makefile
index 5d25cde2ee..79ca4077d3 100644
--- a/src/regress/lib/libssl/dtls/Makefile
+++ b/src/regress/lib/libssl/dtls/Makefile
@@ -1,10 +1,11 @@
1# $OpenBSD: Makefile,v 1.1 2020/10/14 15:49:14 jsing Exp $ 1# $OpenBSD: Makefile,v 1.2 2021/06/19 17:11:34 jsing Exp $
2 2
3PROG= dtlstest 3PROG= dtlstest
4LDADD= -lssl -lcrypto 4LDADD= ${SSL_INT} -lcrypto
5DPADD= ${LIBSSL} ${LIBCRYPTO} 5DPADD= ${LIBSSL} ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror 7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8CFLAGS+= -I${.CURDIR}/../../../../lib/libssl
8 9
9REGRESS_TARGETS= \ 10REGRESS_TARGETS= \
10 regress-dtlstest 11 regress-dtlstest