Add include path for crypto_arch.h.
authorjsing <jsing@openbsd.org>
Sun, 11 Aug 2024 13:05:43 +0000 (13:05 +0000)
committerjsing <jsing@openbsd.org>
Sun, 11 Aug 2024 13:05:43 +0000 (13:05 +0000)
regress/lib/libcrypto/crypto/Makefile

index 34a4e70..c766cd8 100644 (file)
@@ -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>