svn commit: r236311 - in head/sys/modules: cxgb/cxgb ixgbe

Bjoern A. Zeeb bz at FreeBSD.org
Wed May 30 22:22:35 UTC 2012


On 30. May 2012, at 13:55 , Ulrich Spoerlein wrote:

> Author: uqs
> Date: Wed May 30 13:55:43 2012
> New Revision: 236311
> URL: http://svn.freebsd.org/changeset/base/236311
> 
> Log:
>  Unbreak make depend.

thanks


> 
> Modified:
>  head/sys/modules/cxgb/cxgb/Makefile
>  head/sys/modules/ixgbe/Makefile
> 
> Modified: head/sys/modules/cxgb/cxgb/Makefile
> ==============================================================================
> --- head/sys/modules/cxgb/cxgb/Makefile	Wed May 30 13:51:00 2012	(r236310)
> +++ head/sys/modules/cxgb/cxgb/Makefile	Wed May 30 13:55:43 2012	(r236311)
> @@ -1,5 +1,7 @@
> # $FreeBSD$
> 
> +.include <bsd.own.mk>
> +
> CXGB = ${.CURDIR}/../../../dev/cxgb
> .PATH: ${CXGB} ${CXGB}/common ${CXGB}/sys
> 
> 
> Modified: head/sys/modules/ixgbe/Makefile
> ==============================================================================
> --- head/sys/modules/ixgbe/Makefile	Wed May 30 13:51:00 2012	(r236310)
> +++ head/sys/modules/ixgbe/Makefile	Wed May 30 13:55:43 2012	(r236311)
> @@ -1,5 +1,9 @@
> #$FreeBSD$
> +
> +.include <bsd.own.mk>
> +
> .PATH:  ${.CURDIR}/../../dev/ixgbe
> +
> KMOD    = ixgbe
> SRCS    = device_if.h bus_if.h pci_if.h
> SRCS	+= opt_inet.h opt_inet6.h

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!



More information about the svn-src-head mailing list