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/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/regress/lib/libcrypto/dsa/Makefile b/src/regress/lib/libcrypto/dsa/Makefile
deleted file mode 100644
index 0574c6e282..0000000000
--- a/src/regress/lib/libcrypto/dsa/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
1# $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $
2
3PROG= dsatest
4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8
9REGRESS_TARGETS=regress-dsatest
10
11regress-dsatest: ${PROG}
12 ./${PROG}
13 ./${PROG} -app2_1
14
15.include <bsd.regress.mk>