1202181Sthompsa#
2202181Sthompsa# $FreeBSD: releng/11.0/sys/modules/usb/uhso/Makefile 202181 2010-01-13 03:16:31Z thompsa $
3202181Sthompsa#
4202181Sthompsa# Copyright (c) 2010 Andrew Thompson. All rights reserved.
5202181Sthompsa#
6202181Sthompsa# Redistribution and use in source and binary forms, with or without
7202181Sthompsa# modification, are permitted provided that the following conditions
8202181Sthompsa# are met:
9202181Sthompsa# 1. Redistributions of source code must retain the above copyright
10202181Sthompsa#    notice, this list of conditions and the following disclaimer.
11202181Sthompsa# 2. Redistributions in binary form must reproduce the above copyright
12202181Sthompsa#    notice, this list of conditions and the following disclaimer in the
13202181Sthompsa#    documentation and/or other materials provided with the distribution.
14202181Sthompsa#
15202181Sthompsa# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16202181Sthompsa# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17202181Sthompsa# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18202181Sthompsa# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19202181Sthompsa# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20202181Sthompsa# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21202181Sthompsa# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22202181Sthompsa# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23202181Sthompsa# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24202181Sthompsa# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25202181Sthompsa# SUCH DAMAGE.
26202181Sthompsa#
27202181Sthompsa
28202181SthompsaS=     ${.CURDIR}/../../..
29202181Sthompsa
30202181Sthompsa.PATH: $S/dev/usb/net
31202181Sthompsa
32202181SthompsaKMOD=	uhso
33202181SthompsaSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34202181Sthompsa	opt_inet.h \
35202181Sthompsa	uhso.c
36202181Sthompsa
37202181Sthompsa.include <bsd.kmod.mk>
38