Hook mxge_lro.c to the build so that the if_mxge.ko module

will load.
This commit is contained in:
Andrew Gallatin 2007-05-22 14:38:17 +00:00
parent 0d5b72b307
commit 6200d44319

View file

@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../../dev/mxge
KMOD= if_mxge
SRCS= if_mxge.c device_if.h bus_if.h pci_if.h
SRCS= if_mxge.c mxge_lro.c device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>