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.
  
  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 \
_______________________________________________
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"

Reply via email to