1.if defined(NO_OBJ) && ${__objdir:U${.CURDIR}} != ${.CURDIR} 2# NO_OBJ would cause us to dribble stage* into .CURDIR 3# which will prevent the targets being done for multiple MACHINES 4.undef NO_OBJ 5.OBJDIR: ${__objdir} 6.endif 7