1261541Shselasky#
2261541Shselasky# $FreeBSD: stable/11/sys/modules/usb/urndis/Makefile 319182 2017-05-30 04:11:12Z ngie $
3261541Shselasky#
4261541Shselasky# Copyright (c) 2014 Hans Petter Selasky. All rights reserved.
5261541Shselasky#
6261541Shselasky# Redistribution and use in source and binary forms, with or without
7261541Shselasky# modification, are permitted provided that the following conditions
8261541Shselasky# are met:
9261541Shselasky# 1. Redistributions of source code must retain the above copyright
10261541Shselasky#    notice, this list of conditions and the following disclaimer.
11261541Shselasky# 2. Redistributions in binary form must reproduce the above copyright
12261541Shselasky#    notice, this list of conditions and the following disclaimer in the
13261541Shselasky#    documentation and/or other materials provided with the distribution.
14261541Shselasky#
15261541Shselasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16261541Shselasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17261541Shselasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18261541Shselasky# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19261541Shselasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20261541Shselasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21261541Shselasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22261541Shselasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23261541Shselasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24261541Shselasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25261541Shselasky# SUCH DAMAGE.
26261541Shselasky#
27261541Shselasky
28319182SngieS=     ${SRCTOP}/sys
29261541Shselasky
30261541Shselasky.PATH: $S/dev/usb/net
31261541Shselasky
32261541ShselaskyKMOD=	if_urndis
33261541ShselaskySRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34261541Shselasky	miibus_if.h opt_inet.h \
35261541Shselasky	if_urndis.c
36261541Shselasky
37261541Shselasky.include <bsd.kmod.mk>
38