diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-06-27 04:42:19 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-06-27 04:42:19 +0000 |
| commit | 6bf209faa4fa9114f3e6bf492c5f40efcf230362 (patch) | |
| tree | 6ebab1f5bfdaefbb1b41a13c73f381e7f39d3979 /sys/modules | |
| parent | 673ded81d5b23762113e978ffee80b217e4d60ce (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/mpt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mpt/Makefile b/sys/modules/mpt/Makefile index 82f5e54f3209..03bae4c2ed08 100644 --- a/sys/modules/mpt/Makefile +++ b/sys/modules/mpt/Makefile @@ -5,6 +5,6 @@ KMOD= mpt SRCS= bus_if.h device_if.h pci_if.h \ opt_cam.h opt_ddb.h \ - mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c + mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c .include <bsd.kmod.mk> |
