svn commit: r199249 - in head/etc: . etc.pc98

Warner Losh imp at bsdimp.com
Fri Nov 13 18:31:08 UTC 2009


> -	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


More information about the svn-src-all mailing list