]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Makefile.inc1: Reinstate building sbin/md5 for BOOTSTRAP_ALL_TOOLS
authorJessica Clarke <jrtc27@FreeBSD.org>
Wed, 13 Dec 2023 18:02:45 +0000 (18:02 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Wed, 13 Dec 2023 18:02:45 +0000 (18:02 +0000)
commit641eba2de4b4f238d2a9d37ab975a13129376d29
tree928c9e2ee97b48dd311ac9075ab4f9180cd9e464
parentd04415c520b031fb8eb93cb252e4acee66149c87
Makefile.inc1: Reinstate building sbin/md5 for BOOTSTRAP_ALL_TOOLS

The sha256 and sha512 binaries are used when building release images.
Bootstrapping them used to be gated on MK_BOOT, which wasn't quite right
but in practice worked, at least in our use cases downstream. Add back
bootstrapping sbin/md5 and its aliases for this purpose to fix building
release images on Linux and macOS.

Fixes: f213da893ca8 ("Makefile.inc1: Remove beri straggler")
Makefile.inc1