diff options
Diffstat (limited to 'src/regress/lib/libcrypto/rand/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/rand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/rand/Makefile b/src/regress/lib/libcrypto/rand/Makefile index 4ceadcee0a..0235a43ef1 100644 --- a/src/regress/lib/libcrypto/rand/Makefile +++ b/src/regress/lib/libcrypto/rand/Makefile | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:53 jsing Exp $ |
| 2 | 2 | ||
| 3 | PROG= randtest | 3 | PROG= randtest |
| 4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
| 5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
| 6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
| 7 | CFLAGS+= -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
| 8 | 8 | ||
| 9 | .include <bsd.regress.mk> | 9 | .include <bsd.regress.mk> |
