diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2025-07-28 18:30:28 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2025-07-28 18:31:26 +0000 |
| commit | a88cd55ba8adbfbd0fa1d218c9f2740746d1e0cd (patch) | |
| tree | 96e5a3603a1d244276ffa9ac9d086355f2fe74dc | |
| parent | 4b02ad9d506342ae47f722b830e603f5adc86b48 (diff) | |
| -rw-r--r-- | stand/i386/gptzfsboot/Makefile | 2 | ||||
| -rw-r--r-- | stand/i386/gptzfsboot/zfsboot.c (renamed from stand/i386/zfsboot/zfsboot.c) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 4c8eae9b65e5..4c8eae9b65e5 100644 --- a/stand/i386/zfsboot/zfsboot.c +++ b/stand/i386/gptzfsboot/zfsboot.c |
