git: d50f41366bfb - main - Remove gbde from rescue

From: Poul-Henning Kamp <phk_at_FreeBSD.org>
Date: Tue, 07 May 2024 07:40:42 UTC
The branch main has been updated by phk:

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

commit d50f41366bfbb150d17b55d41b18534c4f04f190
Author:     Poul-Henning Kamp <phk@FreeBSD.org>
AuthorDate: 2024-05-07 07:23:38 +0000
Commit:     Poul-Henning Kamp <phk@FreeBSD.org>
CommitDate: 2024-05-07 07:23:38 +0000

    Remove gbde from rescue
---
 rescue/rescue/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 2c31323c2507..c3604c6e22ad 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -92,7 +92,7 @@ CRUNCH_SRCDIRS+= sbin
 CRUNCH_PROGS_sbin= 						\
 	camcontrol clri devfs dmesg dump			\
 	dumpfs dumpon fsck fsck_ffs fsck_msdosfs fsdb		\
-	fsirand gbde geom ifconfig init 			\
+	fsirand geom ifconfig init 				\
 	kldconfig kldload kldstat kldunload ldconfig 		\
 	md5 mdconfig mdmfs mknod mount mount_cd9660		\
 	mount_msdosfs mount_nfs mount_nullfs			\