From owner-freebsd-arch@FreeBSD.ORG Sun May 4 04:01:10 2008 Return-Path: Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F03F11065672 for ; Sun, 4 May 2008 04:01:10 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id F02678FC0A for ; Sun, 4 May 2008 04:01:10 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4441AZr010465; Sat, 3 May 2008 21:01:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m4441ARk010463; Sat, 3 May 2008 21:01:10 -0700 (PDT) (envelope-from obrien) Date: Sat, 3 May 2008 21:01:10 -0700 From: "David O'Brien" To: Jeremie Le Hen Message-ID: <20080504040110.GC94985@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Jeremie Le Hen , freebsd-arch@FreeBSD.org References: <20080427012416.GA9817@dragon.NUXI.org> <20080502070147.GE74500@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080502070147.GE74500@obiwan.tataz.chchile.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-arch@FreeBSD.org Subject: Re: Integration of ProPolice in FreeBSD X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 04:01:11 -0000 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 I may not be seeing it - why do you need this change?