2001-01-06 14:00:42 +00:00
|
|
|
# $FreeBSD$
|
1999-10-07 21:23:08 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
MAINTAINER= n_hibma@freebsd.org
|
1999-10-07 21:23:08 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
|
|
|
|
KMOD= umass
|
|
|
|
SRCS= bus_if.h device_if.h \
|
|
|
|
opt_usb.h opt_cam.h opt_scsi.h \
|
|
|
|
umass.c
|
1999-10-07 21:23:08 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|