diff options
Diffstat (limited to 'src/regress/lib/libcrypto/utf8/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/utf8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/utf8/Makefile b/src/regress/lib/libcrypto/utf8/Makefile index 8c9f5f8a95..b5767ac204 100644 --- a/src/regress/lib/libcrypto/utf8/Makefile +++ b/src/regress/lib/libcrypto/utf8/Makefile | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2014/05/22 03:36:23 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2014/06/01 11:11:46 miod Exp $ |
| 2 | 2 | ||
| 3 | PROG= utf8test | 3 | PROG= utf8test |
| 4 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1 | 4 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1 |
| 5 | LDADD= -lcrypto | 5 | LDADD= -lcrypto |
| 6 | DPADD= ${LIBCRYPTO} | 6 | DPADD= ${LIBCRYPTO} |
| 7 | WARNINGS=Yes | 7 | WARNINGS=Yes |
| 8 | CFLAGS+= -Werror | ||
| 8 | 9 | ||
| 9 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |
