Deleted Added
full compact
Makefile (95075) Makefile (109514)
1# $FreeBSD: head/sys/modules/tx/Makefile 95075 2002-04-19 22:43:57Z semenu $
1# $FreeBSD: head/sys/modules/tx/Makefile 109514 2003-01-19 02:59:34Z obrien $
2
3.PATH: ${.CURDIR}/../../dev/tx
4
5KMOD= if_tx
6SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
2
3.PATH: ${.CURDIR}/../../dev/tx
4
5KMOD= if_tx
6SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
7SRCS+= miibus_if.h
7SRCS+= miibus_if.h miidevs.h
8
9.include <bsd.kmod.mk>
8
9.include <bsd.kmod.mk>