Greg Troxel <[email protected]> wrote: > [need xsrc to build] > >I am guessing that the tool build is trying to build some X tools, even >if later they will not be used. If this is right, I see two options for >you > >1) conditionalize the tools build to not build the x tools if MKX11 is >off.
It looks to be conditional to me.
src/tools/Makefile has:
.if ${MKX11} != "no"
SUBDIR+= makestrs
SUBDIR+= makekeys
.endif
