From cfcf475a669738382ac75ea50eb03a20280f7662 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 4 Apr 2024 09:42:06 -0600 Subject: [PATCH] stand: Install gptboot.efi(8) We need to include bsd.init.mk first when we have man pages in the boot loader. Sponsored by: Netflix --- stand/efi/gptboot/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/stand/efi/gptboot/Makefile b/stand/efi/gptboot/Makefile index 82d4b3b8c464..7d4c225bc5d4 100644 --- a/stand/efi/gptboot/Makefile +++ b/stand/efi/gptboot/Makefile @@ -1,3 +1,4 @@ +.include # ZFS is not supported, we want debugging until this is vetted and # we don't want the gptboot.efifat thing created.