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:
parent
790a758db8
commit
054fbb2f15
2
Makefile
2
Makefile
@ -99,7 +99,7 @@
|
|||||||
#
|
#
|
||||||
# For more information, see the build(7) manual page.
|
# 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
|
# targets/Makefile plays the role of top-level
|
||||||
.include "targets/Makefile"
|
.include "targets/Makefile"
|
||||||
.else
|
.else
|
||||||
|
Loading…
Reference in New Issue
Block a user