aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/umass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/umass/Makefile')
-rw-r--r--sys/modules/umass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/umass/Makefile b/sys/modules/umass/Makefile
index 94922ac0a178..b0412ff920fe 100644
--- a/sys/modules/umass/Makefile
+++ b/sys/modules/umass/Makefile
@@ -7,6 +7,6 @@ MAINTAINER= n_hibma@freebsd.org
KMOD= umass
SRCS= bus_if.h device_if.h \
opt_usb.h opt_cam.h opt_scsi.h \
- umass.c
+ umass.c usbdevs.h
.include <bsd.kmod.mk>