diff options
author | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-12-26 08:37:22 +0000 |
---|---|---|
committer | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-12-26 08:37:22 +0000 |
commit | d63153f8ff502b5e17b34e9e91dad8bd42bcc59c (patch) | |
tree | 36508da93372aa8847bac7241df0642be36e9080 /regress | |
parent | 7a2bbbb66360fcdfe352a87518fed023d39d80f3 (diff) |
add missing include path; ok tb@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/utf8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/utf8/Makefile b/regress/lib/libcrypto/utf8/Makefile index 5f06560ea55..dc0c04147c7 100644 --- a/regress/lib/libcrypto/utf8/Makefile +++ b/regress/lib/libcrypto/utf8/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2016/12/21 15:51:05 jsing Exp $ +# $OpenBSD: Makefile,v 1.7 2021/12/26 08:37:21 anton Exp $ PROG= utf8test CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/asn1 +CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/bytestring LDADD= ${CRYPTO_INT} DPADD= ${LIBCRYPTO} WARNINGS=Yes |