Makefile revision 249213
1120921Sache#
2120921Sache# $FreeBSD: head/sys/modules/usb/umass/Makefile 249213 2013-04-06 19:12:49Z marius $
3120921Sache#
4120921Sache# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
5120921Sache#
6120921Sache# Redistribution and use in source and binary forms, with or without
7120921Sache# modification, are permitted provided that the following conditions
8120921Sache# are met:
9120921Sache# 1. Redistributions of source code must retain the above copyright
10120921Sache#    notice, this list of conditions and the following disclaimer.
11120921Sache# 2. Redistributions in binary form must reproduce the above copyright
12120921Sache#    notice, this list of conditions and the following disclaimer in the
13120921Sache#    documentation and/or other materials provided with the distribution.
14120921Sache#
15120921Sache# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16120921Sache# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17120921Sache# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18120921Sache# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19120921Sache# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20120921Sache# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21120921Sache# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22120921Sache# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23120921Sache# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24120921Sache# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25120921Sache# SUCH DAMAGE.
26120921Sache#
27120921Sache
28120921SacheS=     ${.CURDIR}/../../..
29120921Sache
30120921Sache.PATH: $S/dev/usb/storage
31120921Sache
32120921SacheKMOD=	umass
33120921SacheSRCS=   bus_if.h device_if.h opt_bus.h opt_cam.h opt_usb.h umass.c usb_if.h \
34120921Sache	usbdevs.h vnode_if.h
35120921Sache
36120921Sache.include <bsd.kmod.mk>
37120921Sache