1213805Shselasky#
2213805Shselasky# $FreeBSD: stable/11/sys/modules/usb/ipheth/Makefile 319182 2017-05-30 04:11:12Z ngie $
3213805Shselasky#
4213805Shselasky# Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
5213805Shselasky#
6213805Shselasky# Redistribution and use in source and binary forms, with or without
7213805Shselasky# modification, are permitted provided that the following conditions
8213805Shselasky# are met:
9213805Shselasky# 1. Redistributions of source code must retain the above copyright
10213805Shselasky#    notice, this list of conditions and the following disclaimer.
11213805Shselasky# 2. Redistributions in binary form must reproduce the above copyright
12213805Shselasky#    notice, this list of conditions and the following disclaimer in the
13213805Shselasky#    documentation and/or other materials provided with the distribution.
14213805Shselasky#
15213805Shselasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16213805Shselasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17213805Shselasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18213805Shselasky# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19213805Shselasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20213805Shselasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21213805Shselasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22213805Shselasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23213805Shselasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24213805Shselasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25213805Shselasky# SUCH DAMAGE.
26213805Shselasky#
27213805Shselasky
28319182SngieS=     ${SRCTOP}/sys
29213805Shselasky
30213805Shselasky.PATH: $S/dev/usb/net
31213805Shselasky
32213805ShselaskyKMOD=	if_ipheth
33213805ShselaskySRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34213805Shselasky	miibus_if.h opt_inet.h \
35213805Shselasky	if_ipheth.c
36213805Shselasky
37213805Shselasky.include <bsd.kmod.mk>
38