summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/crypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/crypto/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/crypto/Makefile b/src/regress/lib/libcrypto/crypto/Makefile
new file mode 100644
index 0000000000..34a4e7050b
--- /dev/null
+++ b/src/regress/lib/libcrypto/crypto/Makefile
@@ -0,0 +1,12 @@
1# $OpenBSD: Makefile,v 1.1 2024/04/25 14:27:29 jsing Exp $
2
3PROG = crypto_test
4
5DPADD+= ${LIBCRYPTO}
6WARNINGS= Yes
7LDFLAGS+= -lcrypto
8CFLAGS+= -DLIBRESSL_INTERNAL
9CFLAGS+= -Wall -Wundef -Werror
10CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto
11
12.include <bsd.regress.mk>