Promote MK_TESTS from src.opts.mk to bsd.opts.mk

This knob is needed here to avoid polluting suite.tests.mk with src.opts.mk for
a knob that will be introduced in the following commit.
This commit is contained in:
Enji Cooper 2017-08-02 21:52:59 +00:00
parent fa895917d3
commit a1c2413d52
2 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,7 @@ __DEFAULT_YES_OPTIONS = \
PROFILE \ PROFILE \
SSP \ SSP \
SYMVER \ SYMVER \
TESTS \
TOOLCHAIN \ TOOLCHAIN \
WARNS WARNS

View File

@ -160,7 +160,6 @@ __DEFAULT_YES_OPTIONS = \
TCP_WRAPPERS \ TCP_WRAPPERS \
TCSH \ TCSH \
TELNET \ TELNET \
TESTS \
TEXTPROC \ TEXTPROC \
TFTP \ TFTP \
TIMED \ TIMED \