freebsd-dev/sys/modules/txp/Makefile
Bill Paul de8e167ce6 Grrr. Module depends on vlan.h, and I committed the wrong version
of if_txpreg.h, which didn't have sc_rxbufprod defined in the softc
struct.
2001-07-23 20:54:31 +00:00

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>