artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945b05a
)
add missing include path; ok tb@
author
anton
<anton@openbsd.org>
Sun, 26 Dec 2021 08:37:21 +0000
(08:37 +0000)
committer
anton
<anton@openbsd.org>
Sun, 26 Dec 2021 08:37:21 +0000
(08:37 +0000)
regress/lib/libcrypto/utf8/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/utf8/Makefile
b/regress/lib/libcrypto/utf8/Makefile
index
5f06560
..
dc0c041
100644
(file)
--- 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