Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2009 11:24:15 -0700 (MST)
From:      Warner Losh <imp@bsdimp.com>
To:        ed@FreeBSD.org
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r199249 - in head/etc: . etc.pc98
Message-ID:  <20091113.112415.41705849.imp@bsdimp.com>
In-Reply-To: <200911131126.nADBQiji064699@svn.freebsd.org>
References:  <200911131126.nADBQiji064699@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> -	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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091113.112415.41705849.imp>