summaryrefslogtreecommitdiffstats
path: root/sys/modules/umass/Makefile
blob: 28dcd55ab2d00edd43061b1535334cafd58e0465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$ 

MAINTAINER=	n_hibma@freebsd.org

.PATH: ${.CURDIR}/../../dev/usb

KMOD=	umass
SRCS=	bus_if.h device_if.h \
	opt_usb.h opt_cam.h opt_scsi.h \
	umass.c
NOMAN=

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud