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