Deleted Added
full compact
2c2
< # $FreeBSD: head/Makefile 172744 2007-10-18 08:41:52Z delphij $
---
> # $FreeBSD: head/Makefile 174539 2007-12-11 20:00:55Z imp $
237c237
< (cd ${.CURDIR} && make make); \
---
> (cd ${.CURDIR} && ${BSDMAKE} make); \
242c242,243
< # headers, libraries and tools.
---
> # headers, libraries and tools. Also, allow the location of
> # the system bsdmake-like utility to be overridden.
243a245
> BSDMAKE?=make
247c249
< MMAKE= ${MMAKEENV} make \
---
> MMAKE= ${MMAKEENV} ${BSDMAKE} \