Don't build share/syscons in build-tools stage if MK_SYSCONS == "no"

Reviewed By:	emaste, jhb
Approved By:	jhb (mentor)
Differential Revision: https://reviews.freebsd.org/D12926
This commit is contained in:
Alex Richardson 2018-01-16 21:43:36 +00:00
parent 5c050bc4fc
commit ebe45c64a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328063

View file

@ -1976,7 +1976,7 @@ bootstrap-tools: ${_bt}-${_tool}
#
# build-tools: Build special purpose build tools
#
.if !defined(NO_SHARE)
.if !defined(NO_SHARE) && ${MK_SYSCONS} != "no"
_share= share/syscons/scrnmaps
.endif