12 lines
207 B
Makefile
12 lines
207 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.if !target(__<src.init.mk>__)
|
||
|
__<src.init.mk>__:
|
||
|
|
||
|
.if !target(buildenv)
|
||
|
buildenv: .PHONY
|
||
|
@env BUILDENV_DIR=${.CURDIR} ${MAKE} -C ${SRCTOP} buildenv
|
||
|
.endif
|
||
|
|
||
|
.endif # !target(__<src.init.mk>__)
|