Deleted Added
sdiff udiff text old ( 83124 ) new ( 98849 )
full compact
1# $FreeBSD: head/sys/modules/ti/Makefile 98849 2002-06-26 03:37:47Z ken $
2
3.PATH: ${.CURDIR}/../../pci
4
5KMOD= if_ti
6SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h opt_ti.h opt_zero.h \
7 vnode_if.h
8
9.include <bsd.kmod.mk>