biotest needs bio_local.h now
authortb <tb@openbsd.org>
Sat, 3 Dec 2022 09:55:53 +0000 (09:55 +0000)
committertb <tb@openbsd.org>
Sat, 3 Dec 2022 09:55:53 +0000 (09:55 +0000)
Should have been part of the previous commit

regress/lib/libcrypto/bio/Makefile

index fab7d44..0833451 100644 (file)
@@ -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 <bsd.regress.mk>