On Mon, Jun 05, 2023 at 06:36:05PM +0000, adr wrote: > There is no makefile there, but I tried in case bsdmake > imports the necessary files:
The official way to compile only this (but it assumes everything in xsrc has been build before!) is something like: cd src/external/mit/ctwm ${TOOLDIR}/bin/nbmake-${arch} -j 16 obj dependall install This is usefull when changing things in ctwm itself and testing, but not so much for individual builds of it. Martin