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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/dsa/Makefile b/src/regress/lib/libcrypto/dsa/Makefile
index cce7c3b0f6..b18840dec6 100644
--- a/src/regress/lib/libcrypto/dsa/Makefile
+++ b/src/regress/lib/libcrypto/dsa/Makefile
@@ -1,8 +1,10 @@
1# $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:18 miod Exp $ 1# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $
2 2
3PROG= dsatest 3PROG= dsatest
4LDADD= -lcrypto 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -Werror
6 8
7REGRESS_TARGETS=regress-dsatest 9REGRESS_TARGETS=regress-dsatest
8 10