2000-04-11 18:40:30 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/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>
|