If MK_META_MODE is unset, assume a value of no.

This is needed to build HEAD on FreeBSD 10.1,
which has bmake, but does not have
/usr/share/mk/src.opts.mk

Reviewed by: sjg
Reported by: jenkins
This commit is contained in:
Craig Rodrigues 2015-06-14 22:36:27 +00:00
parent 790a758db8
commit 054fbb2f15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284394

View File

@ -99,7 +99,7 @@
#
# For more information, see the build(7) manual page.
#
.if ${MK_META_MODE} == "yes"
.if ${MK_META_MODE:Uno} == "yes"
# targets/Makefile plays the role of top-level
.include "targets/Makefile"
.else