make doesn't know how to make KERNCONF
    Chris St Denis 
    chris at smartt.com
       
    Fri Nov 14 15:48:34 PST 2008
    
    
  
Gerardo Paredes wrote:
> Hello, i have a problem compiling a custom kernel on a AMD 850 MHZ Processor, however on the last stage  it fails with the following message:
>
>
> make doesn't know how to make KERNCONF
>
>
> the command i run is:
>
> cd /usr/src
> make buildkernel KERNCONF=MIO
>
> where MIO is my kernel configuration file, living at /usr/src/sys/i386/conf
>
> why it is failing with that error??
>
>
> Regards,
> Gerardo Paredes
>
>
>
>       
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>   
What shell are you using? That syntax should be fine for csh, but if you 
are using something like bash you may need to change the syntax.
    
    
More information about the freebsd-questions
mailing list