summaryrefslogtreecommitdiffstats
path: root/sys/modules/umass/Makefile
blob: cc8cd566200eca076d91337b9c92a5ab8fb3f1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#       $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 "${.CURDIR}/../../conf/kmod.mk"
OpenPOWER on IntegriCloud