summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-07-26 15:22:21 +0000
committeremaste <emaste@FreeBSD.org>2016-07-26 15:22:21 +0000
commite7bbf0d8280ff1a4336de401b36d2306afcee4d5 (patch)
tree6bdfcc58fc747c1f4e765de7cf4f7f8570d59567 /Makefile.inc1
parent5297c0ef27294ec38a4b1080348ae12c7402eecb (diff)
downloadFreeBSD-src-e7bbf0d8280ff1a4336de401b36d2306afcee4d5.zip
FreeBSD-src-e7bbf0d8280ff1a4336de401b36d2306afcee4d5.tar.gz
MFC r303034: 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 Approved by: re (gjb)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f733032..4512344 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -884,7 +884,7 @@ ITOOLS= [ awk cap_mkdb cat chflags chmod chown cmp cp \
${LOCAL_ITOOLS}
# Needed for share/man
-.if ${MK_MAN} != "no"
+.if ${MK_MAN_UTILS} != "no"
ITOOLS+=makewhatis
.endif
OpenPOWER on IntegriCloud