$NetBSD: patch-Makefile,v 1.1 2022/01/04 22:10:37 schmonz Exp $

Do not consider building a local copy of BearSSL.

--- Makefile.orig	2021-12-28 05:36:39.000000000 +0000
+++ Makefile
@@ -227,9 +227,6 @@ tlswrapper-test: tlswrapper-test.o $(OBJ
 
 
 bearssl:
-	echo 'int main(){}' > try.c
-	$(CC) $(CFLAGS) $(CPPFLAGS) -o try.o $(LDFLAGS) try.c || (sh bearssl.sh; cd bearssl; make; rm build/*.so; )
-	rm -f try.o try.c
 	mkdir -p bearssl/inc
 
 tlswrapper-tcp: tlswrapper
