diff options
Diffstat (limited to 'src/regress/lib/libcrypto/sha/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/sha/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/sha/Makefile b/src/regress/lib/libcrypto/sha/Makefile new file mode 100644 index 0000000000..6ec223116d --- /dev/null +++ b/src/regress/lib/libcrypto/sha/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2022/09/01 14:02:41 tb Exp $ | ||
2 | |||
3 | PROG = sha_test | ||
4 | LDADD = -lcrypto | ||
5 | DPADD = ${LIBCRYPTO} | ||
6 | WARNINGS = Yes | ||
7 | CFLAGS += -DLIBRESSL_INTERNAL -Werror | ||
8 | |||
9 | .include <bsd.regress.mk> | ||