summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-06-27 04:42:19 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-06-27 04:42:19 +0000
commit6bf209faa4fa9114f3e6bf492c5f40efcf230362 (patch)
tree6ebab1f5bfdaefbb1b41a13c73f381e7f39d3979 /sys/modules
parent673ded81d5b23762113e978ffee80b217e4d60ce (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mpt/Makefile2
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>