From owner-freebsd-current@FreeBSD.ORG Tue Aug 28 17:28:15 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A2B16A417 for ; Tue, 28 Aug 2007 17:28:15 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 2F1CF13C47E for ; Tue, 28 Aug 2007 17:28:14 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1322276nzf for ; Tue, 28 Aug 2007 10:28:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ijjl4Ycrzmb1szwmuN6i9cHh0a+K9SRQ6sNcNlXyHwDGjpUf7IQBOozjfAtSSJ2z/CAt+d8xAi/1Viyjk2rLp34bI5dGpMfuqJQUJPyBsBSKjgBrD5w3uwsGGPCABB0Y4on/IjNsuswW9OLOKF4JWzWHWhgSW7z23pYOwL14auQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=irBUA63IPzOuWju6uYz5nCaXlaBjBd70F4DeZ9HMZxSAJWhKMfmFOs5ES9e13zOvDVPK5M4HV2s/nHxCrluxGlPe2A4a8KQVLtO+OqrRQxfDAdWFXm6S2dEtb7PIJS+rbh513jVjH36OTeODjEcEcRNZuRPr30u0fJ88IcYNUXc= Received: by 10.140.250.14 with SMTP id x14mr2431621rvh.1188322092987; Tue, 28 Aug 2007 10:28:12 -0700 (PDT) Received: by 10.141.51.8 with HTTP; Tue, 28 Aug 2007 10:28:12 -0700 (PDT) Message-ID: Date: Tue, 28 Aug 2007 13:28:12 -0400 From: "Scott Ullrich" To: daniel.tourde@spray.se In-Reply-To: <200708281925.54536.daniel.tourde@spray.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708281925.54536.daniel.tourde@spray.se> Cc: freebsd-current@freebsd.org Subject: Re: How to build 7.0-current without the WITNESS flags? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 17:28:15 -0000 On 8/28/07, Daniel Tourde wrote: > Hello, > > I would like to build 7.0 without the WITNESS flags. How can I do that? The FreeBSD handbook goes over the procedures for this located here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html Scott