On Fri Feb 4 11, John Baldwin wrote: > Author: jhb > Date: Fri Feb 4 18:36:09 2011 > New Revision: 218290 > URL: http://svn.freebsd.org/changeset/base/218290 > > Log: > Correct include path.
thanks a bunch. :) > > Submitted by: arundel > MFC after: 1 week > > Modified: > head/sys/conf/files > > Modified: head/sys/conf/files > ============================================================================== > --- head/sys/conf/files Fri Feb 4 17:49:55 2011 (r218289) > +++ head/sys/conf/files Fri Feb 4 18:36:09 2011 (r218290) > @@ -960,7 +960,7 @@ dev/e1000/e1000_82543.c optional em | i > dev/e1000/e1000_82571.c optional em | igb \ > compile-with "${NORMAL_C} -I$S/dev/e1000" > dev/e1000/e1000_82575.c optional em | igb \ > - compile-with "${NORMAL_C} -I$S/dev/igb" > + compile-with "${NORMAL_C} -I$S/dev/e1000" > dev/e1000/e1000_ich8lan.c optional em | igb \ > compile-with "${NORMAL_C} -I$S/dev/e1000" > dev/e1000/e1000_api.c optional em | igb \ -- a13x _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"