diff --git a/lib/Makefile b/lib/Makefile index 471ddf23ddab..d69ee2df6109 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -4,7 +4,7 @@ SUBDIR=csu/tahoe.pcc .elif ${MACHINE} == "vax" SUBDIR=csu/vax.pcc -.else +.elif exists(csu/${MACHINE}) SUBDIR=csu/${MACHINE} .endif