From owner-freebsd-questions@FreeBSD.ORG Sun Jul 27 12:21:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0187106567F for ; Sun, 27 Jul 2008 12:21:15 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [62.220.235.15]) by mx1.freebsd.org (Postfix) with ESMTP id 8D9058FC14 for ; Sun, 27 Jul 2008 12:21:15 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from localhost (unknown [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id F21021CC76; Sun, 27 Jul 2008 15:00:32 +0300 (EEST) Received: from www.liukuma.net ([127.0.0.1]) by localhost (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id SwdIuJtxiIxF; Sun, 27 Jul 2008 15:00:30 +0300 (EEST) Received: from rivendell (a88-114-132-159.elisa-laajakaista.fi [88.114.132.159]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTP id CD1541CC66; Sun, 27 Jul 2008 15:00:23 +0300 (EEST) Message-ID: <6EE319AEA79D42F49038FE83B14E841F@rivendell> From: "Reko Turja" To: , "JD Bronson" References: <200807271132.m6RBWmF4076016@cheyenne.hanadarko.com> Date: Sun, 27 Jul 2008 15:03:52 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 12.0.1606 X-MimeOLE: Produced By Microsoft MimeOLE V12.0.1606 Cc: Subject: Re: 7.0-make.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2008 12:21:15 -0000 > Has this been removed or is it still supported? > It does not appear in the man page or examples... > > > NO_BIND=true make.conf has been split into two, the actual make.conf which has variables for the make process and generic make environment and src.conf which controls the building of "add-on" software. Check src.conf for details. -Reko