artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121bba8
)
Add include path for crypto_arch.h.
author
jsing
<jsing@openbsd.org>
Sun, 11 Aug 2024 13:05:43 +0000
(13:05 +0000)
committer
jsing
<jsing@openbsd.org>
Sun, 11 Aug 2024 13:05:43 +0000
(13:05 +0000)
regress/lib/libcrypto/crypto/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/crypto/Makefile
b/regress/lib/libcrypto/crypto/Makefile
index
34a4e70
..
c766cd8
100644
(file)
--- a/
regress/lib/libcrypto/crypto/Makefile
+++ b/
regress/lib/libcrypto/crypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
1 2024/04/25 14:27:29
jsing Exp $
+# $OpenBSD: Makefile,v 1.
2 2024/08/11 13:05:43
jsing Exp $
PROG = crypto_test
@@
-8,5
+8,6
@@
LDFLAGS+= -lcrypto
CFLAGS+= -DLIBRESSL_INTERNAL
CFLAGS+= -Wall -Wundef -Werror
CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto
+CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/arch/${MACHINE_CPU}
.include <bsd.regress.mk>