diff options
Diffstat (limited to 'regress/lib/libssl/tlsext/Makefile')
-rw-r--r-- | regress/lib/libssl/tlsext/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/lib/libssl/tlsext/Makefile b/regress/lib/libssl/tlsext/Makefile new file mode 100644 index 00000000000..48b5bc1e258 --- /dev/null +++ b/regress/lib/libssl/tlsext/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 2017/07/16 18:18:10 jsing Exp $ + +PROG= tlsexttest +LDADD= ${SSL_INT} -lcrypto +DPADD= ${LIBCRYPTO} ${LIBSSL} +WARNINGS= Yes +CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl + +.include <bsd.regress.mk> |