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

Ed Schouten ed at 80386.nl
Fri Nov 13 18:38:11 UTC 2009


Hello Warner,

* Warner Losh <imp at bsdimp.com> wrote:
> > -	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.

We could, but that means we also have to add a ttys file for sun4v. I
wouldn't mind doing that, but maybe it would be better if the sun4v
folks looked at this.

Cheers,
-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20091113/7482ac96/attachment.pgp


More information about the svn-src-all mailing list