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