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