diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-12-16 11:04:31 -0500 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-12-16 11:08:52 -0500 |
| commit | 2619d439fa860db734dbbf4b153c5ac9b15c7e49 (patch) | |
| tree | cb980bf50d3ce98dce1ad83cd9def2b6c7f47ef1 /tools | |
| parent | cce603cfca773c61f3e17ea38575f4ba0557792d (diff) | |
makeman.lua: Update for src.conf in the src tree
Copy the text change from the shell makeman to makeman.lua.
Fixes: dd8c666d8b78 ("src.sys.mk: Support src.conf in SRCTOP")
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/options/makeman.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/build/options/makeman.lua b/tools/build/options/makeman.lua index e96e6f50174b..7ce919f7a8de 100644 --- a/tools/build/options/makeman.lua +++ b/tools/build/options/makeman.lua @@ -44,8 +44,11 @@ variables that control the aspects of how the system builds. .Pp The default location of .Nm -is -.Pa /etc/src.conf , +is the top level of the source tree, or +.Pa /etc/src.conf +if no +.Nm +is found in the source tree itself, though an alternative location can be specified in the .Xr make 1 variable |
