aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mxge/mxge/Makefile
blob: 4bba55ac1c23f3d28895bdf55887c4fd7400fc62 (plain) (blame)
1
2
3
4
5
6
7
8
#$FreeBSD$

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

KMOD=	if_mxge
SRCS=	if_mxge.c mxge_lro.c device_if.h bus_if.h pci_if.h

.include <bsd.kmod.mk>