From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 14:33:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711FC16A4CE for ; Thu, 18 Mar 2004 14:33:57 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F02243D3F for ; Thu, 18 Mar 2004 14:33:57 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc13) with ESMTP id <2004031822335601600lc4k6e>; Thu, 18 Mar 2004 22:33:56 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id D6393E; Thu, 18 Mar 2004 17:33:55 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <200403181624.36344.ben@spooty.net> <20040318170414.GG1588@cs025_2k> <200403181956.57317.ben@spooty.net> <441xnpj3d5.fsf@be-well.ilk.org> <20040318204807.GA2144@cs025_2k> From: Lowell Gilbert Date: 18 Mar 2004 17:33:55 -0500 In-Reply-To: <20040318204807.GA2144@cs025_2k> Message-ID: <44smg5hjjg.fsf@be-well.ilk.org> Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Joshua Lokken Subject: Re: Passing make parameters X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 22:33:57 -0000 Joshua Lokken writes: > Right. For non-portupgrade builds, can these make options be > included in /etc/make.conf? Yes, but then they will apply to *all* port builds, and to buildworld as well. If that's not what you want, try a Makefile.local in the port's directory.