2000-04-11 18:40:30 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2002-04-19 22:43:57 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/tx
|
2001-01-06 14:00:42 +00:00
|
|
|
|
|
|
|
KMOD= if_tx
|
2005-09-27 18:10:43 +00:00
|
|
|
SRCS= if_tx.c device_if.h bus_if.h pci_if.h
|
2003-01-19 02:59:34 +00:00
|
|
|
SRCS+= miibus_if.h miidevs.h
|
2000-04-11 18:40:30 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|