4b49620e7f
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.
14 lines
273 B
Makefile
14 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
MXGE= ${.CURDIR}/../../../dev/mxge
|
|
.PATH= ${MXGE}
|
|
KMOD= mxge_eth_z8e
|
|
FIRMWS= eth_z8e.dat:mxge_eth_z8e
|
|
CLEANFILES+= eth_z8e.dat
|
|
|
|
eth_z8e.dat: ${MXGE}/eth_z8e.dat.gz.uu
|
|
uudecode -p < ${MXGE}/eth_z8e.dat.gz.uu \
|
|
| gzip -dc > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|