From owner-freebsd-questions@FreeBSD.ORG Tue Jan 31 07:04:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 03DAC16A420 for ; Tue, 31 Jan 2006 07:04:04 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6147243D46 for ; Tue, 31 Jan 2006 07:04:03 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by uproxy.gmail.com with SMTP id y2so136058uge for ; Mon, 30 Jan 2006 23:04:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=IYW1Wl1TBdaWC7ZFkRG0GIIRPOnInlnb6ds6WDTA4s4HziB7ScMQmqCM9Ldv0DWq6+ME1HhK3ADBYtgC4s4ndnpvPUjVumwfU2tP6Tc2Cldaem1tBsZUiZwBHhr9xUFBZ65mhBLf2SHamhkvmFtIVhJtxUMsYdP58wTwCyaOhI0= Received: by 10.48.237.2 with SMTP id k2mr982221nfh; Mon, 30 Jan 2006 23:04:01 -0800 (PST) Received: by 10.48.216.11 with HTTP; Mon, 30 Jan 2006 23:04:01 -0800 (PST) Message-ID: Date: Tue, 31 Jan 2006 02:04:01 -0500 From: Xn Nooby To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Is there a way to take all defaults on a "make install clean" 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: Tue, 31 Jan 2006 07:04:04 -0000 I'd like to automate the 40+ ports I always "make install clean" on, and always take the defaults. Is there a way to make it not prompt, and just take the defaults? thanks!