summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/aeswrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libcrypto/aeswrap/Makefile')
-rw-r--r--regress/lib/libcrypto/aeswrap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/aeswrap/Makefile b/regress/lib/libcrypto/aeswrap/Makefile
index c869e5f4d25..45234533c52 100644
--- a/regress/lib/libcrypto/aeswrap/Makefile
+++ b/regress/lib/libcrypto/aeswrap/Makefile
@@ -1,7 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2014/05/30 15:17:43 jsing Exp $
+# $OpenBSD: Makefile,v 1.3 2014/06/01 11:11:45 miod Exp $
PROG= aes_wrap
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
+WARNINGS= Yes
+CFLAGS+= -Werror
.include <bsd.regress.mk>