1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Add opt_inet.h which has been needed since r184718, which had

introduced checks for #ifdef INET.

MFC after:	54 days
This commit is contained in:
Bjoern A. Zeeb 2008-11-12 21:33:45 +00:00
parent 4174a06b60
commit f2718ae53f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184895

View File

@ -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