> - sysctl.conf syslog.conf \ > - etc.${MACHINE_ARCH}/ttys > + sysctl.conf syslog.conf > + > +.if exists(${.CURDIR}/etc.${MACHINE}/ttys) > +BIN1+= etc.${MACHINE}/ttys > +.else > +BIN1+= etc.${MACHINE_ARCH}/ttys > +.endif I'd go all the way here and make this be ${MACHINE} unconditionally. Warner