1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/modules/ti/Makefile
2001-09-05 23:47:02 +00:00

9 lines
132 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD= if_ti
SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>