6d87a65da4
s/myri10ge/mxge/g replacement in the myri10ge files. A few contuation lines were joined because of the regained columns. - Hook the mxge driver back to the build.
9 lines
133 B
Makefile
9 lines
133 B
Makefile
#$FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/mxge
|
|
|
|
KMOD= if_mxge
|
|
SRCS= if_mxge.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|