1203134Sthompsa#
2203134Sthompsa# $FreeBSD: releng/11.0/sys/modules/usb/run/Makefile 203134 2010-01-28 22:24:54Z thompsa $
3203134Sthompsa#
4203134Sthompsa# Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
5203134Sthompsa#
6203134Sthompsa# Redistribution and use in source and binary forms, with or without
7203134Sthompsa# modification, are permitted provided that the following conditions
8203134Sthompsa# are met:
9203134Sthompsa# 1. Redistributions of source code must retain the above copyright
10203134Sthompsa#    notice, this list of conditions and the following disclaimer.
11203134Sthompsa# 2. Redistributions in binary form must reproduce the above copyright
12203134Sthompsa#    notice, this list of conditions and the following disclaimer in the
13203134Sthompsa#    documentation and/or other materials provided with the distribution.
14203134Sthompsa#
15203134Sthompsa# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16203134Sthompsa# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17203134Sthompsa# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18203134Sthompsa# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19203134Sthompsa# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20203134Sthompsa# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21203134Sthompsa# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22203134Sthompsa# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23203134Sthompsa# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24203134Sthompsa# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25203134Sthompsa# SUCH DAMAGE.
26203134Sthompsa#
27203134Sthompsa
28203134SthompsaS=	${.CURDIR}/../../..
29203134Sthompsa
30203134Sthompsa.PATH:	$S/dev/usb/wlan
31203134Sthompsa
32203134SthompsaKMOD=	if_run
33203134SthompsaSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34203134Sthompsa	if_run.c
35203134Sthompsa
36203134Sthompsa.include <bsd.kmod.mk>
37