diff options
Diffstat (limited to 'regress/lib/libcrypto/base64/Makefile')
-rw-r--r-- | regress/lib/libcrypto/base64/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/base64/Makefile b/regress/lib/libcrypto/base64/Makefile index d16badf297a..6ae6583b383 100644 --- a/regress/lib/libcrypto/base64/Makefile +++ b/regress/lib/libcrypto/base64/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2014/05/03 15:07:46 jsing Exp $ +# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:45 miod Exp $ PROG= base64test LDADD= -lcrypto DPADD= ${LIBCRYPTO} +WARNINGS= Yes +CFLAGS+= -Werror .include <bsd.regress.mk> |