This patch removes the unnecessary MAKECONF and SRCCONF
from tests/ci/Makefile and relies on the following
pre-existing standard variables to control its configuration:
__MAKE_CONF for make.conf
SRCCONF for src.conf
SRC_ENV_CONF for src-env.conf
This also removes the WITH_META_MODE custom logic, since that
can easily be controlled through SRC_ENV_CONF already.
Signed-off-by: Siva Mahadevan <me@svmhdvn.name>
Sponsored by: The FreeBSD Foundation