summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/sha512/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/sha512/Makefile')
-rw-r--r--src/regress/lib/libcrypto/sha512/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/sha512/Makefile b/src/regress/lib/libcrypto/sha512/Makefile
index 176da35c2d..31658f9f07 100644
--- a/src/regress/lib/libcrypto/sha512/Makefile
+++ b/src/regress/lib/libcrypto/sha512/Makefile
@@ -1,7 +1,9 @@
1# $OpenBSD: Makefile,v 1.1 2014/05/30 15:38:28 jsing Exp $ 1# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $
2 2
3PROG= sha512test 3PROG= sha512test
4LDADD= -lcrypto 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -Werror
6 8
7.include <bsd.regress.mk> 9.include <bsd.regress.mk>