diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2024-08-23 17:31:16 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2024-08-23 17:31:16 +0000 |
| commit | bd8486b9fe74775c2579ea758e1bf9563eb3cfba (patch) | |
| tree | 55fde156eee00a7c2d025f63bd3c25e62e26ba57 | |
| parent | abdc7bb79635d1d680053bb2bc73128e15cbb14a (diff) | |
kern.pre.mk include local.kern.pre.mk
Allow for local customization.
Reviewed by: stevek
Differential Revision: https://reviews.freebsd.org/D46423
| -rw-r--r-- | sys/conf/kern.pre.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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} |
