Skip to content

Commit

Permalink
Add opt_inet.h which has been needed since r184717 introducing
Browse files Browse the repository at this point in the history
checks for #ifdef INET.

MFC after:	54 days
  • Loading branch information
bz authored and bz committed Nov 12, 2008
1 parent 662d567 commit 149da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/modules/em/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/e1000
KMOD = if_em
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_em.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
Expand Down

0 comments on commit 149da2f

Please sign in to comment.