mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
12 lines
213 B
Makefile
12 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>__)
|