summaryrefslogtreecommitdiffstats
path: root/sys/modules/umass/Makefile
blob: dbf6852eca7caaf1e91fbc1f1b4b6db22e17fa61 (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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud