diff options
Diffstat (limited to 'sys/modules/mpt')
| -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> |
