git: f213da893ca8 - main - Makefile.inc1: Remove beri straggler

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 21 Nov 2023 03:30:33 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=f213da893ca8c7c76e1656b36d3a10f93f9a1760

commit f213da893ca8c7c76e1656b36d3a10f93f9a1760
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-11-21 03:30:02 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-11-21 03:30:02 +0000

    Makefile.inc1: Remove beri straggler
    
    Beri's boot loader needed md5 to build. It was the only thing that
    needed that, so remove it (confirmed with univers and grep).
    
    Sponsored by:           Netflix
---
 Makefile.inc1 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index f47b9f66b69e..82f3ef061d98 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2535,11 +2535,6 @@ _basic_bootstrap_tools+=usr.bin/mkfifo
 # jot is needed for the mkimg tests
 _basic_bootstrap_tools+=usr.bin/jot
 
-.if ${MK_BOOT} != "no"
-# md5 is used by boot/beri (and possibly others)
-_basic_bootstrap_tools+=sbin/md5
-.endif
-
 # tzsetup is needed as an install tool
 .if ${MK_ZONEINFO} != "no"
 _basic_bootstrap_tools+=usr.sbin/tzsetup