diff options
| author | anton <> | 2021-12-26 08:37:21 +0000 |
|---|---|---|
| committer | anton <> | 2021-12-26 08:37:21 +0000 |
| commit | 5f2178844d1121a855c6fe5b129ac571d72688e7 (patch) | |
| tree | 30ed92ab2151f042bcf2459dcf9e8cf3235f5334 /src | |
| parent | ca0dbd1df183dd0f2281ea9987b2a94316d32050 (diff) | |
| download | openbsd-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/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 |
