diff options
author | ngie <ngie@FreeBSD.org> | 2017-08-19 01:40:30 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-08-19 01:40:30 +0000 |
commit | c608f77cb4182f61b98c12be0e1a7226f6ef2d30 (patch) | |
tree | 67e200d3a6c8395459b966754eb03c8f4e828a81 /share | |
parent | 12c53d03188e48438c721ab1fbdc672429a7215a (diff) | |
download | FreeBSD-src-c608f77cb4182f61b98c12be0e1a7226f6ef2d30.zip FreeBSD-src-c608f77cb4182f61b98c12be0e1a7226f6ef2d30.tar.gz |
MFC r321954:
Delete comment above "__DEFAULT_DEPENDENT_OPTIONS" related to "meta mode options"
src.conf(5) should document which knobs are which and the dependency between each;
remove the comment so the variable can apply to non-"meta mode options".
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.opts.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk index 742d535..2cd0406 100644 --- a/share/mk/bsd.opts.mk +++ b/share/mk/bsd.opts.mk @@ -72,7 +72,6 @@ __DEFAULT_NO_OPTIONS = \ INSTALL_AS_USER \ STALE_STAGED -# meta mode related __DEFAULT_DEPENDENT_OPTIONS = \ STAGING_MAN/STAGING \ STAGING_PROG/STAGING \ |