The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a88cd55ba8adbfbd0fa1d218c9f2740746d1e0cd
commit a88cd55ba8adbfbd0fa1d218c9f2740746d1e0cd Author: John Baldwin <j...@freebsd.org> AuthorDate: 2025-07-28 18:30:28 +0000 Commit: John Baldwin <j...@freebsd.org> CommitDate: 2025-07-28 18:31:26 +0000 gptzfsboot: Move zfsboot.c source into its sole consumer Suggested by: imp Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D51597 --- stand/i386/gptzfsboot/Makefile | 2 +- stand/i386/{zfsboot => gptzfsboot}/zfsboot.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/i386/gptzfsboot/Makefile b/stand/i386/gptzfsboot/Makefile index 0d9fa8b043df..1e3b51249b44 100644 --- a/stand/i386/gptzfsboot/Makefile +++ b/stand/i386/gptzfsboot/Makefile @@ -1,7 +1,7 @@ .include <bsd.init.mk> .PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/gptboot \ - ${BOOTSRC}/i386/zfsboot ${BOOTSRC}/i386/common \ + ${BOOTSRC}/i386/common \ ${BOOTSRC}/common FILES= gptzfsboot diff --git a/stand/i386/zfsboot/zfsboot.c b/stand/i386/gptzfsboot/zfsboot.c similarity index 100% rename from stand/i386/zfsboot/zfsboot.c rename to stand/i386/gptzfsboot/zfsboot.c