summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/utf8/Makefile')
-rw-r--r--src/regress/lib/libcrypto/utf8/Makefile3
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
3PROG= utf8test 3PROG= utf8test
4CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1 4CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1
5LDADD= -lcrypto 5LDADD= -lcrypto
6DPADD= ${LIBCRYPTO} 6DPADD= ${LIBCRYPTO}
7WARNINGS=Yes 7WARNINGS=Yes
8CFLAGS+= -Werror
8 9
9.include <bsd.regress.mk> 10.include <bsd.regress.mk>