summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/record_layer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/record_layer/Makefile')
-rw-r--r--src/regress/lib/libssl/record_layer/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/record_layer/Makefile b/src/regress/lib/libssl/record_layer/Makefile
new file mode 100644
index 0000000000..66c48dd769
--- /dev/null
+++ b/src/regress/lib/libssl/record_layer/Makefile
@@ -0,0 +1,10 @@
1# $OpenBSD: Makefile,v 1.1 2020/03/13 16:04:31 jsing Exp $
2
3PROG= record_layer_test
4LDADD= ${SSL_INT} -lcrypto
5DPADD= ${LIBSSL} ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
8CFLAGS+= -I${.CURDIR}/../../../../lib/libssl
9
10.include <bsd.regress.mk>