svn commit: r184895 - head/sys/modules/igb

Bjoern A. Zeeb bz at FreeBSD.org
Wed Nov 12 13:33:46 PST 2008


Author: bz
Date: Wed Nov 12 21:33:45 2008
New Revision: 184895
URL: http://svn.freebsd.org/changeset/base/184895

Log:
  Add opt_inet.h which has been needed since r184718, which had
  introduced checks for #ifdef INET.
  
  MFC after:	54 days

Modified:
  head/sys/modules/igb/Makefile

Modified: head/sys/modules/igb/Makefile
==============================================================================
--- head/sys/modules/igb/Makefile	Wed Nov 12 21:32:49 2008	(r184894)
+++ head/sys/modules/igb/Makefile	Wed Nov 12 21:33:45 2008	(r184895)
@@ -1,7 +1,7 @@
 #$FreeBSD$
 .PATH:  ${.CURDIR}/../../dev/e1000
 KMOD    = if_igb
-SRCS    = device_if.h bus_if.h pci_if.h
+SRCS    = device_if.h bus_if.h pci_if.h opt_inet.h
 SRCS    += if_igb.c $(SHARED_SRCS)
 SHARED_SRCS = e1000_api.c e1000_phy.c e1000_nvm.c e1000_mac.c e1000_manage.c
 SHARED_SRCS += e1000_80003es2lan.c e1000_82542.c e1000_82541.c e1000_82543.c


More information about the svn-src-head mailing list