Deleted Added
full compact
1c1
< # $FreeBSD: head/usr.bin/bmake/Makefile.inc 250750 2013-05-17 19:37:16Z sjg $
---
> # $FreeBSD: head/usr.bin/bmake/Makefile.inc 250755 2013-05-17 22:18:27Z sjg $
3,9d2
< # we need the up to date bsd.own.mk
< .if ${.CURDIR:M*make} == ""
< .sinclude "share/mk/bsd.own.mk"
< .else
< .sinclude "../../share/mk/bsd.own.mk"
< .endif
< # the above should have found it...
16a10,15
> # Sadly, we cannot assume bsd.own.mk did its job,
> # nor can we safely include the one we want
> .if !defined(WITHOUT_BMAKE)
> MK_BMAKE= yes
> .endif
>