svn commit: r218290 - head/sys/conf

John Baldwin jhb at FreeBSD.org
Fri Feb 4 18:36:10 UTC 2011


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 \


More information about the svn-src-head mailing list