diff options
Diffstat (limited to 'regress/lib/libcrypto/sha/Makefile')
-rw-r--r-- | regress/lib/libcrypto/sha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/sha/Makefile b/regress/lib/libcrypto/sha/Makefile index cb444cd991a..6863772ff8c 100644 --- a/regress/lib/libcrypto/sha/Makefile +++ b/regress/lib/libcrypto/sha/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2014/04/15 18:01:17 miod Exp $ +# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $ PROG= shatest LDADD= -lcrypto DPADD= ${LIBCRYPTO} +WARNINGS= Yes +CFLAGS+= -Werror .include <bsd.regress.mk> |