git: bd8486b9fe74 - main - kern.pre.mk include local.kern.pre.mk

From: Simon J. Gerraty <sjg_at_FreeBSD.org>
Date: Fri, 23 Aug 2024 17:32:06 UTC
The branch main has been updated by sjg:

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

commit bd8486b9fe74775c2579ea758e1bf9563eb3cfba
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2024-08-23 17:31:16 +0000
Commit:     Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2024-08-23 17:31:16 +0000

    kern.pre.mk include local.kern.pre.mk
    
    Allow for local customization.
    
    Reviewed by:    stevek
    Differential Revision:  https://reviews.freebsd.org/D46423
---
 sys/conf/kern.pre.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index e787d023d9a9..c676418aca93 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -17,6 +17,7 @@ _srcconf_included_:
 .include <bsd.own.mk>
 .include <bsd.compiler.mk>
 .include "kern.opts.mk"
+.-include <local.kern.pre.mk>
 
 # The kernel build always occurs in the object directory which is .CURDIR.
 .if ${.MAKE.MODE:Unormal:Mmeta}