diff options
Diffstat (limited to 'src/regress/lib/libcrypto/crypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/crypto/Makefile | 12 |
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 | |||
3 | PROG = crypto_test | ||
4 | |||
5 | DPADD+= ${LIBCRYPTO} | ||
6 | WARNINGS= Yes | ||
7 | LDFLAGS+= -lcrypto | ||
8 | CFLAGS+= -DLIBRESSL_INTERNAL | ||
9 | CFLAGS+= -Wall -Wundef -Werror | ||
10 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto | ||
11 | |||
12 | .include <bsd.regress.mk> | ||