Deleted Added
full compact
Makefile (188943) Makefile (226154)
1#
1#
2# $FreeBSD: head/sys/modules/usb/rue/Makefile 188943 2009-02-23 18:32:59Z thompsa $
2# $FreeBSD: head/sys/modules/usb/rue/Makefile 226154 2011-10-08 12:33:10Z marius $
3#
4# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

25# SUCH DAMAGE.
26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/net
31
32KMOD= if_rue
3#
4# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

25# SUCH DAMAGE.
26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/net
31
32KMOD= if_rue
33SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34 miibus_if.h opt_inet.h \
35 if_rue.c
33SRCS= bus_if.h device_if.h miibus_if.h miidevs.h if_rue.c opt_bus.h
34SRCS+= opt_inet.h opt_usb.h ruephy.c usb_if.h usbdevs.h
36
37.include <bsd.kmod.mk>
35
36.include <bsd.kmod.mk>