META MODE: Define variables this file uses that were defined elsewhere.

Discussed with:	sjg
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-11-25 19:13:42 +00:00
parent 02d37cd3e4
commit 5e2f7161d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291315

View File

@ -51,6 +51,9 @@ UPDATE_DEPENDFILE = NO
.endif
_CURDIR ?= ${.CURDIR}
_OBJDIR ?= ${.OBJDIR}
_OBJTOP ?= ${OBJTOP}
_OBJROOT ?= ${OBJROOT:U${_OBJTOP}}
_DEPENDFILE := ${_CURDIR}/${.MAKE.DEPENDFILE:T}
.if ${.MAKE.LEVEL} == 0