summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/dsa/Makefile')
-rw-r--r--src/regress/lib/libcrypto/dsa/Makefile13
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
3PROG= dsatest
4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO}
6
7REGRESS_TARGETS=regress-dsatest
8
9regress-dsatest: ${PROG}
10 ./${PROG}
11 ./${PROG} -app2_1
12
13.include <bsd.regress.mk>