daemon wrote: > Hi, > > I try to build a 7.1 kernel but when i does > > # make depend && make clean depend > > make shows : > > make : don't know how to make ../../../dev/agp/agp.c. Stop > > anyone know anything? Thanks! [snip]
Have you tried cd to /usr/src and make buildkernel KERNCONF=yourkernel and make installkernel KERNCONF=yourkernel ? Where "yourkernel" would be the name of your custom kernel (yourkernel.conf) minus the .conf part. -Mike _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
