#$FreeBSD: stable/6/sys/modules/ixgb/Makefile 130258 2004-06-09 08:27:05Z obrien $

.PATH: ${.CURDIR}/../../dev/ixgb

KMOD=	if_ixgb
SRCS=	if_ixgb.c ixgb_hw.c ixgb_ee.c
SRCS+=	device_if.h bus_if.h pci_if.h opt_bdg.h

.include <bsd.kmod.mk>
