summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libcrypto/bn/Makefile')
-rw-r--r--regress/lib/libcrypto/bn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile
index 63fa7019d5c..ecc2e79075c 100644
--- a/regress/lib/libcrypto/bn/Makefile
+++ b/regress/lib/libcrypto/bn/Makefile
@@ -1,7 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 2014/04/15 18:01:15 miod Exp $
+# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:45 miod Exp $
PROG= bntest
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
+WARNINGS= Yes
+CFLAGS+= -Werror
.include <bsd.regress.mk>