From f778e2dfb38549abc1d2b20ea58318a0056beca0 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 31 Jan 2023 05:13:28 +0000 Subject: Add bn/arch/${MACHINE_CPU} to the include path. This will be needed once headers pull in bn_arch.h. --- src/regress/lib/libcrypto/bn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index c3d9def45c..2852b2e469 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2023/01/29 15:18:49 jsing Exp $ +# $OpenBSD: Makefile,v 1.21 2023/01/31 05:13:28 jsing Exp $ PROGS += bn_add_sub PROGS += bn_cmp @@ -29,6 +29,7 @@ DPADD = ${LIBCRYPTO} WARNINGS = Yes CFLAGS += -Wall -Wundef -Werror CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bn/ +CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bn/arch/${MACHINE_CPU}/ # Use default targets from bsd.regress.mk unless overridden below REGRESS_TARGETS = ${PROGS:S/^/run-regress-/} -- cgit v1.2.3-55-g6feb