diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-11 16:57:41 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-11 16:57:41 +0000 |
| commit | d783b170b3561daff4d051529f271ec78a644850 (patch) | |
| tree | a4bbf6020872653020db6b4218b7db29bfb0214b /share/mk/bsd.opts.mk | |
| parent | 1e248b8346cbf585990a4da0199c6cc3b9cc2340 (diff) | |
Enable FAST_DEPEND by default.
Discussed on: arch
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk/bsd.opts.mk')
| -rw-r--r-- | share/mk/bsd.opts.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk index b073782d934b..0fae1559f74b 100644 --- a/share/mk/bsd.opts.mk +++ b/share/mk/bsd.opts.mk @@ -52,6 +52,7 @@ __DEFAULT_YES_OPTIONS = \ ASSERT_DEBUG \ DEBUG_FILES \ DOCCOMPRESS \ + FAST_DEPEND \ INCLUDES \ INSTALLLIB \ KERBEROS \ @@ -68,7 +69,6 @@ __DEFAULT_YES_OPTIONS = \ __DEFAULT_NO_OPTIONS = \ CCACHE_BUILD \ - FAST_DEPEND \ CTF \ INSTALL_AS_USER \ STALE_STAGED |
