diff options
Diffstat (limited to 'src/regress/lib/libssl/tlsext/Makefile')
-rw-r--r-- | src/regress/lib/libssl/tlsext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsext/Makefile b/src/regress/lib/libssl/tlsext/Makefile index 48b5bc1e25..9ff441697f 100644 --- a/src/regress/lib/libssl/tlsext/Makefile +++ b/src/regress/lib/libssl/tlsext/Makefile | |||
@@ -1,9 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2017/07/16 18:18:10 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2022/06/29 15:06:18 tb Exp $ |
2 | 2 | ||
3 | PROG= tlsexttest | 3 | PROG= tlsexttest |
4 | LDADD= ${SSL_INT} -lcrypto | 4 | LDADD= ${SSL_INT} -lcrypto |
5 | DPADD= ${LIBCRYPTO} ${LIBSSL} | 5 | DPADD= ${LIBCRYPTO} ${LIBSSL} |
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror |
8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
8 | 9 | ||
9 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |