mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
11 lines
213 B
Makefile
11 lines
213 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>__)
|