e201f9ecd1
Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)
11 lines
164 B
Makefile
11 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= umass
|
|
SRCS= bus_if.h device_if.h \
|
|
opt_usb.h opt_cam.h opt_scsi.h \
|
|
umass.c usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|