Makefile revision 283668
1#$FreeBSD: stable/10/sys/modules/ixgbe/Makefile 283668 2015-05-28 20:56:11Z erj $
2
3.PATH:  ${.CURDIR}/../../dev/ixgbe
4
5KMOD    = if_ixgbe
6SRCS    = device_if.h bus_if.h pci_if.h
7SRCS    += ixgbe.c
8CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
9
10.include <bsd.kmod.mk>
11