At Tue, 08 Aug 2000 16:42:15 +0200, Gunnar Flygt wrote:
> OK! I tried that and it did compile while using:
> make buildkernel kernel=PLUTO
> but the `make installkernell` didn't work I saw some error message
it should be
make KERNEL=PLUTO buildkernel
make KERNEL=PLUTO installkernel
since you specified a KERNEL to build but tried to install GENERIC
you would get something about kernel does not exists.
/Johan K
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message