Date: Wed, 30 May 2012 22:22:30 +0000 From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Ulrich Spoerlein <uqs@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r236311 - in head/sys/modules: cxgb/cxgb ixgbe Message-ID: <DA0C9FB0-FC84-4025-B90B-429681D16480@FreeBSD.org> In-Reply-To: <201205301355.q4UDtij8055709@svn.freebsd.org> References: <201205301355.q4UDtij8055709@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 >=20 > Log: > Unbreak make depend. thanks >=20 > Modified: > head/sys/modules/cxgb/cxgb/Makefile > head/sys/modules/ixgbe/Makefile >=20 > Modified: head/sys/modules/cxgb/cxgb/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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$ >=20 > +.include <bsd.own.mk> > + > CXGB =3D ${.CURDIR}/../../../dev/cxgb > .PATH: ${CXGB} ${CXGB}/common ${CXGB}/sys >=20 >=20 > Modified: head/sys/modules/ixgbe/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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 =3D ixgbe > SRCS =3D device_if.h bus_if.h pci_if.h > SRCS +=3D opt_inet.h opt_inet6.h --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DA0C9FB0-FC84-4025-B90B-429681D16480>