Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2024 20:13:42 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d1fb333f35fb - stable/14 - stand: Install gptboot.efi(8)
Message-ID:  <202404162013.43GKDgJu040250@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp:

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

commit d1fb333f35fb34692abe6d681df7bf2ef287468a
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-04-04 15:42:06 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-16 19:54:30 +0000

    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
    
    (cherry picked from commit cfcf475a669738382ac75ea50eb03a20280f7662)
---
 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 <bsd.init.mk>
 
 # ZFS is not supported, we want debugging until this is vetted and
 # we don't want the gptboot.efifat thing created.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404162013.43GKDgJu040250>