The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=72a8cdd3226e472e21976ef918d4692fe55ee553
commit 72a8cdd3226e472e21976ef918d4692fe55ee553 Author: Mark Johnston <[email protected]> AuthorDate: 2021-08-10 17:34:57 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2021-08-17 13:56:15 +0000 build.7: Describe the default value for LOCAL_MODULES Suggested by: jhb (cherry picked from commit 805c3af898a8fed6a92caa069011c0ce7fa542ef) --- share/man/man7/build.7 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index d0806fa79dbb..015e80c4bc24 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -609,6 +609,8 @@ as part of the and .Cm installkernel process. +Defaults to the list of sub-directories of +.Va LOCAL_MODULES_DIR . .It Va LOCAL_MODULES_DIR The directory in which to search for the kernel modules specified by .Va LOCAL_MODULES . _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
