Subject: Re: CVS commit: src
To: Hubert Feyrer <hubert@feyrer.de>
From: Alan Ritter <ritter.alan@gmail.com>
List: source-changes
Date: 04/18/2006 12:42:03
On 4/18/06, Hubert Feyrer <hubert@feyrer.de> wrote:
> On Tue, 18 Apr 2006, Juan RP wrote:
> > No need to. Updating the lists is not very hard, for example you'd have
> > to add ndiscvt into src/distrib/sets/lists/base/md.i386 (because NDIS
> > is only useful on this arch for now):
>
> Is the change to src/usr.s(?)bin/Makefile conditional on i386 then, too?

I think so, in usr.sbin/ndiscvt/Makefile I do this:

.if ${MACHINE}  =3D=3D "i386"
PROG=3D ndiscvt
.endif

This looked like how it was done in the other Makefiles; hopefully
this is correct.