From 89ea69b2faeab753b868e1f665853c464e083058 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sun, 24 May 2015 02:45:15 +0000 Subject: [PATCH] Move include of auto.obj.mk to sys.mk --- share/mk/local.sys.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/share/mk/local.sys.mk b/share/mk/local.sys.mk index 2fe3d8fb9978..aa9f82829448 100644 --- a/share/mk/local.sys.mk +++ b/share/mk/local.sys.mk @@ -158,14 +158,6 @@ TARGET_MACHINE= host OBJTOP := ${HOST_OBJTOP} .endif -# if you want objdirs make them automatic -# we need .OBJDIR made before we start populating .PATH -.if ${MKOBJDIRS:Uno} == "auto" || defined(WITH_AUTO_OBJ) -WITH_AUTO_OBJ= yes -MKOBJDIRS=auto -.include -.endif - # the logic in bsd.own.mk forces this dance .ifndef WITHOUT_META_MODE WITH_META_MODE= yes