diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/local.sys.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/mk/local.sys.mk b/share/mk/local.sys.mk index 37536aa..6a11477 100644 --- a/share/mk/local.sys.mk +++ b/share/mk/local.sys.mk @@ -7,7 +7,7 @@ _TARGETS:= ${.TARGETS} .endif .if (!empty(_TARGETS) && ${_TARGETS:Nbuildworld:Nuniverse:Ninstallworld} == "") || defined(WITHOUT_META_MODE) -MK_AUTO_OBJ= no +MK_AUTO_OBJ?= no MK_META_MODE= no MK_STAGING= no MK_STAGING_PROG= no @@ -15,11 +15,6 @@ MK_SYSROOT= no UPDATE_DEPENDFILE=NO .endif -SRCCONF:= ${.PARSEDIR}/src.conf -# ensure we are self contained -__MAKE_CONF:= ${SRCCONF} -.-include "src.conf" - # some handy macros _this = ${.PARSEDIR:tA}/${.PARSEFILE} # some useful modifiers |