Makefile revision 188943
1129198Scognet#
2129198Scognet# $FreeBSD: head/sys/modules/usb/rue/Makefile 188943 2009-02-23 18:32:59Z thompsa $
3129198Scognet#
4129198Scognet# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
5129198Scognet#
6129198Scognet# Redistribution and use in source and binary forms, with or without
7129198Scognet# modification, are permitted provided that the following conditions
8129198Scognet# are met:
9129198Scognet# 1. Redistributions of source code must retain the above copyright
10129198Scognet#    notice, this list of conditions and the following disclaimer.
11129198Scognet# 2. Redistributions in binary form must reproduce the above copyright
12129198Scognet#    notice, this list of conditions and the following disclaimer in the
13129198Scognet#    documentation and/or other materials provided with the distribution.
14129198Scognet#
15129198Scognet# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16129198Scognet# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17129198Scognet# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18129198Scognet# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19129198Scognet# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20129198Scognet# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21129198Scognet# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22129198Scognet# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23129198Scognet# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24129198Scognet# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25129198Scognet# SUCH DAMAGE.
26129198Scognet#
27129198Scognet
28129198ScognetS=     ${.CURDIR}/../../..
29129198Scognet
30129198Scognet.PATH: $S/dev/usb/net
31129198Scognet
32129198ScognetKMOD=	if_rue
33129198ScognetSRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34129198Scognet	miibus_if.h opt_inet.h \
35129198Scognet	if_rue.c
36129198Scognet
37129198Scognet.include <bsd.kmod.mk>
38129198Scognet