1218729Shselasky#
2218729Shselasky# $FreeBSD: releng/11.0/sys/modules/usb/mos/Makefile 218729 2011-02-16 08:33:30Z hselasky $
3218729Shselasky#
4218729Shselasky# Copyright (c) 2011 Rick van der Zwet <info@rickvanderzwet.nl>
5218729Shselasky#
6218729Shselasky# Redistribution and use in source and binary forms, with or without
7218729Shselasky# modification, are permitted provided that the following conditions
8218729Shselasky# are met:
9218729Shselasky# 1. Redistributions of source code must retain the above copyright
10218729Shselasky#    notice, this list of conditions and the following disclaimer.
11218729Shselasky# 2. Redistributions in binary form must reproduce the above copyright
12218729Shselasky#    notice, this list of conditions and the following disclaimer in the
13218729Shselasky#    documentation and/or other materials provided with the distribution.
14218729Shselasky#
15218729Shselasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16218729Shselasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17218729Shselasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18218729Shselasky# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19218729Shselasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20218729Shselasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21218729Shselasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22218729Shselasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23218729Shselasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24218729Shselasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25218729Shselasky# SUCH DAMAGE.
26218729Shselasky#
27218729Shselasky
28218729ShselaskyS=     ${.CURDIR}/../../..
29218729Shselasky
30218729Shselasky.PATH: $S/dev/usb/net
31218729Shselasky
32218729ShselaskyKMOD=	if_mos
33218729ShselaskySRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34218729Shselasky	miibus_if.h opt_inet.h \
35218729Shselasky	if_mos.c
36218729Shselasky
37218729Shselasky.include <bsd.kmod.mk>
38