diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-30 23:50:23 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-30 23:50:23 +0000 |
| commit | 497e80911e0033a44f608c5c912024997ffb5d3c (patch) | |
| tree | 10dd676fe27eeae3526bd1b656f1cf7e9e25b69b /share/mk/bsd.opts.mk | |
| parent | 4f1c85df14bdba51ee73298b4a37aa0eb4ea180a (diff) | |
Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.
Reviewed by: emaste, hselasky (partial), brooks (brief)
Discussed on: arch@
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D5742
Diffstat (limited to 'share/mk/bsd.opts.mk')
| -rw-r--r-- | share/mk/bsd.opts.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk index 0fae1559f74b..3e321f30922b 100644 --- a/share/mk/bsd.opts.mk +++ b/share/mk/bsd.opts.mk @@ -52,7 +52,6 @@ __DEFAULT_YES_OPTIONS = \ ASSERT_DEBUG \ DEBUG_FILES \ DOCCOMPRESS \ - FAST_DEPEND \ INCLUDES \ INSTALLLIB \ KERBEROS \ @@ -79,12 +78,6 @@ __DEFAULT_DEPENDENT_OPTIONS = \ STAGING_PROG/STAGING \ -# Enable FAST_DEPEND by default for the meta build. -.if !empty(.MAKE.MODE:Mmeta) -__DEFAULT_YES_OPTIONS+= FAST_DEPEND -__DEFAULT_NO_OPTIONS:= ${__DEFAULT_NO_OPTIONS:NFAST_DEPEND} -.endif - .include <bsd.mkopt.mk> # |
