diff options
Diffstat (limited to 'src/regress/lib/libcrypto/sha256/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/sha256/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/sha256/Makefile b/src/regress/lib/libcrypto/sha256/Makefile new file mode 100644 index 0000000000..7c4bdc1035 --- /dev/null +++ b/src/regress/lib/libcrypto/sha256/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2014/05/30 15:38:28 jsing Exp $ | ||
2 | |||
3 | PROG= sha256test | ||
4 | LDADD= -lcrypto | ||
5 | DPADD= ${LIBCRYPTO} | ||
6 | |||
7 | .include <bsd.regress.mk> | ||