summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/curve25519/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/curve25519/Makefile')
-rw-r--r--src/regress/lib/libcrypto/curve25519/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/curve25519/Makefile b/src/regress/lib/libcrypto/curve25519/Makefile
new file mode 100644
index 0000000000..1bc4965670
--- /dev/null
+++ b/src/regress/lib/libcrypto/curve25519/Makefile
@@ -0,0 +1,9 @@
1# $OpenBSD: Makefile,v 1.1 2016/11/05 15:09:02 jsing Exp $
2
3PROG= x25519test
4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8
9.include <bsd.regress.mk>