Makefile revision 256281
171164Sache#
271164Sache# $FreeBSD: stable/10/sys/modules/usb/umass/Makefile 249213 2013-04-06 19:12:49Z marius $
371164Sache#
471164Sache# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
571164Sache#
671164Sache# Redistribution and use in source and binary forms, with or without
771164Sache# modification, are permitted provided that the following conditions
871164Sache# are met:
971164Sache# 1. Redistributions of source code must retain the above copyright
1071164Sache#    notice, this list of conditions and the following disclaimer.
1171164Sache# 2. Redistributions in binary form must reproduce the above copyright
1271164Sache#    notice, this list of conditions and the following disclaimer in the
1371164Sache#    documentation and/or other materials provided with the distribution.
1471164Sache#
1571164Sache# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1671164Sache# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1771164Sache# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1871164Sache# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1971164Sache# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2071164Sache# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2171164Sache# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2271164Sache# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2371164Sache# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2471164Sache# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2571164Sache# SUCH DAMAGE.
2671164Sache#
2771164Sache
2871164SacheS=     ${.CURDIR}/../../..
2971164Sache
3071164Sache.PATH: $S/dev/usb/storage
3171164Sache
3271164SacheKMOD=	umass
3371164SacheSRCS=   bus_if.h device_if.h opt_bus.h opt_cam.h opt_usb.h umass.c usb_if.h \
3471164Sache	usbdevs.h vnode_if.h
3571164Sache
3671164Sache.include <bsd.kmod.mk>
3771164Sache