]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/umass/Makefile
This commit was generated by cvs2svn to compensate for changes in r167974,
[FreeBSD/FreeBSD.git] / sys / modules / umass / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/usb
4
5 KMOD=   umass
6 SRCS=   bus_if.h device_if.h \
7         opt_usb.h opt_cam.h opt_scsi.h \
8         umass.c usbdevs.h
9
10 .include <bsd.kmod.mk>