Fix makeman creating obj directories due to turning on WITH_AUTO_OBJ.
authorbdrewery <bdrewery@FreeBSD.org>
Thu, 17 Sep 2015 16:38:32 +0000 (16:38 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Thu, 17 Sep 2015 16:38:32 +0000 (16:38 +0000)
commitf09841e04ba5b833e9fefb1a1b7d1413c1e69ba8
tree6db52b4660a821eb2b23b1736580d7720d9fc040
parent870d2cd235fe7c0bcbd28fe6e14ebc607f25a127
Fix makeman creating obj directories due to turning on WITH_AUTO_OBJ.

r284708 addressed this slightly but seems to have put the make(showconfig)
guard in the wrong place.  Rather than guard setting the default obj directory,
guard inclusion of auto.obj.mk.  This avoids creating SRCTOP/obj and
SRCTOP/release/obj when running makeman.

Sponsored by: EMC / Isilon Storage Division
share/mk/local.meta.sys.mk
share/mk/sys.mk