summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoranton <>2021-12-26 08:37:21 +0000
committeranton <>2021-12-26 08:37:21 +0000
commit5f2178844d1121a855c6fe5b129ac571d72688e7 (patch)
tree30ed92ab2151f042bcf2459dcf9e8cf3235f5334 /src
parentca0dbd1df183dd0f2281ea9987b2a94316d32050 (diff)
downloadopenbsd-5f2178844d1121a855c6fe5b129ac571d72688e7.tar.gz
openbsd-5f2178844d1121a855c6fe5b129ac571d72688e7.tar.bz2
openbsd-5f2178844d1121a855c6fe5b129ac571d72688e7.zip
add missing include path; ok tb@
Diffstat (limited to 'src')
-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 5f06560ea5..dc0c04147c 100644
--- a/src/regress/lib/libcrypto/utf8/Makefile
+++ b/src/regress/lib/libcrypto/utf8/Makefile
@@ -1,7 +1,8 @@
1# $OpenBSD: Makefile,v 1.6 2016/12/21 15:51:05 jsing Exp $ 1# $OpenBSD: Makefile,v 1.7 2021/12/26 08:37:21 anton Exp $
2 2
3PROG= utf8test 3PROG= utf8test
4CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/asn1 4CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/asn1
5CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/bytestring
5LDADD= ${CRYPTO_INT} 6LDADD= ${CRYPTO_INT}
6DPADD= ${LIBCRYPTO} 7DPADD= ${LIBCRYPTO}
7WARNINGS=Yes 8WARNINGS=Yes