From: tb Date: Sat, 3 Dec 2022 09:55:53 +0000 (+0000) Subject: biotest needs bio_local.h now X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=713e8d85dcd55f5bcd26c0a5a855ae27ed932d70;p=openbsd biotest needs bio_local.h now Should have been part of the previous commit --- 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