Building on fmake is no longer possible so removed tests for bmake.

This commit is contained in:
Simon J. Gerraty
2015-06-10 18:14:38 +00:00
parent 4cc6b8394f
commit f5374544f1
7 changed files with 2 additions and 33 deletions
-2
View File
@@ -16,11 +16,9 @@ __<bsd.init.mk>__:
.include <bsd.own.mk>
.MAIN: all
.if defined(.PARSEDIR)
.if ${.MAKE.LEVEL:U1} == 0 && ${BUILD_AT_LEVEL0:Uyes:tl} == "no" && !make(clean*)
# 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>__)