From d41d2868dc8693eb98efff0334df3d63f9c2cf94 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 3 Dec 2022 09:55:53 +0000 Subject: biotest needs bio_local.h now Should have been part of the previous commit --- src/regress/lib/libcrypto/bio/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/bio/Makefile b/src/regress/lib/libcrypto/bio/Makefile index fab7d44d50..0833451bd5 100644 --- a/src/regress/lib/libcrypto/bio/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb