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