Date: Sat, 3 May 2008 21:01:10 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Jeremie Le Hen <jeremie@le-hen.org> Cc: freebsd-arch@FreeBSD.org Subject: Re: Integration of ProPolice in FreeBSD Message-ID: <20080504040110.GC94985@dragon.NUXI.org> In-Reply-To: <20080502070147.GE74500@obiwan.tataz.chchile.org> References: <20080427012416.GA9817@dragon.NUXI.org> <20080502070147.GE74500@obiwan.tataz.chchile.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 02, 2008 at 09:01:47AM +0200, Jeremie Le Hen wrote: > Index: sys/conf/kern.pre.mk > =================================================================== > RCS file: /mnt/octobre/space/freebsd-cvs/src/sys/conf/kern.pre.mk,v > retrieving revision 1.97 > diff -u -p -r1.97 kern.pre.mk > --- sys/conf/kern.pre.mk 2 Feb 2008 19:55:28 -0000 1.97 > +++ sys/conf/kern.pre.mk 29 Mar 2008 14:06:45 -0000 > @@ -3,10 +3,7 @@ > # Part of a unified Makefile for building kernels. This part contains all > # of the definitions that need to be before %BEFORE_DEPEND. > > -SRCCONF?= /etc/src.conf > -.if exists(${SRCCONF}) > -.include "${SRCCONF}" > -.endif > +.include <bsd.own.mk> I may not be seeing it - why do you need this change?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080504040110.GC94985>