Deleted Added
sdiff udiff text old ( 60966 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/tx/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3.PATH: ${.CURDIR}/../../pci
4
5KMOD= if_tx
6SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
7SRCS+= miibus_if.h
8
9.include <bsd.kmod.mk>