From be33cdebddbcda7d12a3d88ea90f6fa1ce95bdc4 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 11 Aug 2024 13:05:43 +0000 Subject: Add include path for crypto_arch.h. --- src/regress/lib/libcrypto/crypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/regress') diff --git a/src/regress/lib/libcrypto/crypto/Makefile b/src/regress/lib/libcrypto/crypto/Makefile index 34a4e7050b..c766cd8f4a 100644 --- a/src/regress/lib/libcrypto/crypto/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb