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
commitf7c59af989877070c21c0a28a978665209e75524 (patch)
tree30ed92ab2151f042bcf2459dcf9e8cf3235f5334 /src
parent5818ba89a633121487d20221333c456ab4929a8a (diff)
downloadopenbsd-f7c59af989877070c21c0a28a978665209e75524.tar.gz
openbsd-f7c59af989877070c21c0a28a978665209e75524.tar.bz2
openbsd-f7c59af989877070c21c0a28a978665209e75524.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