diff options
Diffstat (limited to 'src/regress/lib/libcrypto/evp/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/evp/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/evp/Makefile b/src/regress/lib/libcrypto/evp/Makefile new file mode 100644 index 0000000000..11acf06a01 --- /dev/null +++ b/src/regress/lib/libcrypto/evp/Makefile | |||
@@ -0,0 +1,12 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:18 miod Exp $ | ||
2 | |||
3 | PROG= evptest | ||
4 | LDADD= -lcrypto | ||
5 | DPADD= ${LIBCRYPTO} | ||
6 | |||
7 | REGRESS_TARGETS=regress-evptest | ||
8 | |||
9 | regress-evptest: ${PROG} | ||
10 | ./${PROG} ${.CURDIR}/evptests.txt | ||
11 | |||
12 | .include <bsd.regress.mk> | ||