Include makewhatis in ITOOLS when MK_MAN_UTILS is true
commit3d705a5f8c8277c7f3c1367d09ce9d761282cb43
authoremaste <emaste@FreeBSD.org>
Tue, 19 Jul 2016 18:05:25 +0000 (19 18:05 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 19 Jul 2016 18:05:25 +0000 (19 18:05 +0000)
tree03e29a7b41974b3648597f9be4d0389d4669940f
parentf318deff8b5939ff5ade6742092a1108c9edd045
Include makewhatis in ITOOLS when MK_MAN_UTILS is true

Previously it was conditional on MK_MAN. It's possible to build
FreeBSD with man pages but without man page tools. MK_MAN_UTILS
is the conditional used in share/man/Makefile for determining whether
makewhatis is executed at install time, so it is the proper one for
ITOOLS as well.

PR: 210142
MFC after: 1 week
Makefile.inc1