Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
Requested by: Simon Gerraty <sjg@juniper.net>
This commit is contained in:
@@ -6,10 +6,19 @@
|
||||
|
||||
.if !target(__<bsd.init.mk>__)
|
||||
__<bsd.init.mk>__:
|
||||
.sinclude "local.init.mk"
|
||||
.if exists(${.CURDIR}/../Makefile.inc)
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
.endif
|
||||
.include <bsd.compat.mk>
|
||||
.include <bsd.own.mk>
|
||||
.MAIN: all
|
||||
|
||||
.if defined(.PARSEDIR)
|
||||
.if ${.MAKE.LEVEL:U1} == 0 && ${BUILD_AT_LEVEL0:Uyes:tl} == "no"
|
||||
# this tells lib.mk and prog.mk to not actually build anything
|
||||
_SKIP_BUILD = not building at level 0
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.endif # !target(__<bsd.init.mk>__)
|
||||
|
||||
Reference in New Issue
Block a user