diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-02-27 17:36:01 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-02-27 17:36:01 +0000 |
commit | c1593b9ef282424af2734fac5cb2e39fbced1014 (patch) | |
tree | 41690e7550d94a6e39048b8b869a77ce9221e158 /share/mk/src.opts.mk | |
parent | 9e74797f30ffa3e29d54438933f74ad53ad37f99 (diff) | |
download | src-test2-c1593b9ef282424af2734fac5cb2e39fbced1014.tar.gz src-test2-c1593b9ef282424af2734fac5cb2e39fbced1014.zip |
Notes
Diffstat (limited to 'share/mk/src.opts.mk')
-rw-r--r-- | share/mk/src.opts.mk | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 5763def7429d..3392628968c0 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -41,7 +41,16 @@ __<src.opts.mk>__: # that haven't been converted over. # -# These options are used by the src builds +# These options are used by the src builds. Those listed in +# __DEFAULT_YES_OPTIONS default to 'yes' and will build unless turned +# off. __DEFAULT_NO_OPTIONS will default to 'no' and won't build +# unless turned on. Any options listed in 'BROKEN_OPTIONS' will be +# hard-wired to 'no'. "Broken" here means not working or +# not-appropriate and/or not supported. It doesn't imply something is +# wrong with the code. There's not a single good word for this, so +# BROKEN was selected as the least imperfect one considered at the +# time. Options are added to BROKEN_OPTIONS list on a per-arch basis. +# At this time, there's no provision for mutually incompatible options. __DEFAULT_YES_OPTIONS = \ ACCT \ |