MFC r275622:
Add makewhatis to ITOOLS if MK_MAN != no This will fix installation with differing host targets in installworld, so one can build i386/i386 on an amd64 host, then install to an i386/i386 target Reported by: alfred Phabric: D1280
This commit is contained in:
parent
964f5a1f13
commit
cf14b8acec
@ -782,6 +782,11 @@ ITOOLS= [ awk cap_mkdb cat chflags chmod chown \
|
||||
rm sed sh sysctl test true uname wc ${_zoneinfo} \
|
||||
${LOCAL_ITOOLS}
|
||||
|
||||
# Needed for share/man
|
||||
.if ${MK_MAN} != "no"
|
||||
ITOOLS+=makewhatis
|
||||
.endif
|
||||
|
||||
#
|
||||
# distributeworld
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user