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