diff --git a/tools/build/options/makeman.lua b/tools/build/options/makeman.lua index 7ce919f7a8d..af641ff6d63 100644 --- a/tools/build/options/makeman.lua +++ b/tools/build/options/makeman.lua @@ -309,7 +309,7 @@ end local function required_options() local output = run_make({"-f", "share/mk/src.opts.mk", "-V", - "__REQUIRED_OPTIONS"}) + "REQUIRED_OPTIONS"}) local options = {} for opt in output:gmatch("[^%s]+") do