diff options
author | anton <> | 2021-12-26 08:37:21 +0000 |
---|---|---|
committer | anton <> | 2021-12-26 08:37:21 +0000 |
commit | f7c59af989877070c21c0a28a978665209e75524 (patch) | |
tree | 30ed92ab2151f042bcf2459dcf9e8cf3235f5334 /src | |
parent | 5818ba89a633121487d20221333c456ab4929a8a (diff) | |
download | openbsd-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/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 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 | ||
3 | PROG= utf8test | 3 | PROG= utf8test |
4 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/asn1 | 4 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/asn1 |
5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/bytestring | ||
5 | LDADD= ${CRYPTO_INT} | 6 | LDADD= ${CRYPTO_INT} |
6 | DPADD= ${LIBCRYPTO} | 7 | DPADD= ${LIBCRYPTO} |
7 | WARNINGS=Yes | 8 | WARNINGS=Yes |