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