diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 2002-06-26 03:37:47 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 2002-06-26 03:37:47 +0000 |
| commit | 98cb733c672dab39e0af04b3164d764142e2b397 (patch) | |
| tree | 7892f78801d63bbf532093be61b62d33e321b8b8 /sys/modules/ti/Makefile | |
| parent | a69ac1740f6bec31807f659f9f7d76e7a0387c98 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ti/Makefile')
| -rw-r--r-- | sys/modules/ti/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile index a85559a0084db..84b026c1479af 100644 --- a/sys/modules/ti/Makefile +++ b/sys/modules/ti/Makefile @@ -3,6 +3,7 @@ .PATH: ${.CURDIR}/../../pci KMOD= if_ti -SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h opt_ti.h opt_zero.h \ + vnode_if.h .include <bsd.kmod.mk> |
