Paul Schmehl wrote:

> I have a problem with amd.  It's not working right, and I don't think I
> can fix it without rebuilding it.
[snip]
> 
> I'd like to rebuild amd without having to rebuild world as well, although
> I'll do that if I have to.
> 
[...]

I think you can just cd to /usr/src/sys/modules/amd and do:

make obj && make depend && make && make install to rebuild the kernel
module by itself.

For the userland side it would be cd /usr/src/usr.sbin/amd/amd and

make obj && make depend && make && make install

I think.

-Mike




_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to