summaryrefslogtreecommitdiffstats
path: root/sys/modules/umass
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-11-17 22:47:11 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-11-17 22:47:11 +0000
commit315ae09047c7f8f2c313f88a8ff6f86ce3c4cb14 (patch)
treefa99d431e44f87c974e69c9efe92085f2e1fa09c /sys/modules/umass
parentef80f4fe7698628a9772de9a6108332d6524975f (diff)
downloadFreeBSD-src-315ae09047c7f8f2c313f88a8ff6f86ce3c4cb14.zip
FreeBSD-src-315ae09047c7f8f2c313f88a8ff6f86ce3c4cb14.tar.gz
Change the name of the modules from <name>_mod to <name>
Suggested by: David O'Brien <obrien@FreeBSD.ORG>
Diffstat (limited to 'sys/modules/umass')
-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 1fb09e1..c73a798 100644
--- a/sys/modules/umass/Makefile
+++ b/sys/modules/umass/Makefile
@@ -4,7 +4,7 @@ MAINTAINER = n_hibma@freebsd.org
SOURCE = ${.CURDIR}/../../dev/usb
.PATH: ${SOURCE}
-KMOD = umass_mod
+KMOD = umass
SRCS = bus_if.h device_if.h vnode_if.h \
opt_usb.h opt_cam.h opt_scsi.h \
umass.c
OpenPOWER on IntegriCloud