Makefile revision 130258
1#$FreeBSD: head/sys/modules/ixgb/Makefile 130258 2004-06-09 08:27:05Z obrien $
2
3.PATH: ${.CURDIR}/../../dev/ixgb
4
5KMOD=	if_ixgb
6SRCS=	if_ixgb.c ixgb_hw.c ixgb_ee.c
7SRCS+=	device_if.h bus_if.h pci_if.h opt_bdg.h
8
9.include <bsd.kmod.mk>
10