Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On 4/18/06, Hubert Feyrer <hubert%feyrer.de@localhost> 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}  == "i386"
PROG= ndiscvt
.endif

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



Home | Main Index | Thread Index | Old Index