From 713e8d85dcd55f5bcd26c0a5a855ae27ed932d70 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 3 Dec 2022 09:55:53 +0000 Subject: [PATCH] biotest needs bio_local.h now Should have been part of the previous commit --- regress/lib/libcrypto/bio/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/regress/lib/libcrypto/bio/Makefile b/regress/lib/libcrypto/bio/Makefile index fab7d44d50b..0833451bd52 100644 --- a/regress/lib/libcrypto/bio/Makefile +++ b/regress/lib/libcrypto/bio/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2014/07/08 15:53:52 jsing Exp $ +# $OpenBSD: Makefile,v 1.3 2022/12/03 09:55:53 tb Exp $ -PROG= biotest -LDADD= -lcrypto -DPADD= ${LIBCRYPTO} -WARNINGS= Yes -CFLAGS+= -DLIBRESSL_INTERNAL -Werror +PROG = biotest +LDADD = -lcrypto +DPADD = ${LIBCRYPTO} +WARNINGS = Yes +CFLAGS += -DLIBRESSL_INTERNAL -Werror +CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/ .include -- 2.20.1