de8e167ce6
of if_txpreg.h, which didn't have sc_rxbufprod defined in the softc struct.
13 lines
187 B
Makefile
13 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/txp
|
|
|
|
KMOD= if_txp
|
|
SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h vlan.h
|
|
CLEANFILES= vlan.h
|
|
|
|
vlan.h:
|
|
touch vlan.h
|
|
|
|
.include <bsd.kmod.mk>
|