summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/lhash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/lhash/Makefile')
-rw-r--r--src/regress/lib/libcrypto/lhash/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/lhash/Makefile b/src/regress/lib/libcrypto/lhash/Makefile
new file mode 100644
index 0000000000..5c80b82679
--- /dev/null
+++ b/src/regress/lib/libcrypto/lhash/Makefile
@@ -0,0 +1,12 @@
1# $OpenBSD: Makefile,v 1.1 2024/05/06 14:31:25 jsing Exp $
2
3PROG = lhash_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>