summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/idea/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/idea/Makefile')
-rw-r--r--src/regress/lib/libcrypto/idea/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/idea/Makefile b/src/regress/lib/libcrypto/idea/Makefile
index d689876864..b04ff3d2b5 100644
--- a/src/regress/lib/libcrypto/idea/Makefile
+++ b/src/regress/lib/libcrypto/idea/Makefile
@@ -1,9 +1,9 @@
1# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $ 1# $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $
2 2
3PROG= ideatest 3PROG= ideatest
4LDADD= -lcrypto 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -Werror 7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8 8
9.include <bsd.regress.mk> 9.include <bsd.regress.mk>