From owner-freebsd-questions@FreeBSD.ORG Sun Nov 16 16:10:34 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 05AFF1065677 for ; Sun, 16 Nov 2008 16:10:34 +0000 (UTC) (envelope-from yonyossef.lists@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.190]) by mx1.freebsd.org (Postfix) with ESMTP id B5FD08FC2A for ; Sun, 16 Nov 2008 16:10:33 +0000 (UTC) (envelope-from yonyossef.lists@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so2123311rne.12 for ; Sun, 16 Nov 2008 08:10:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=H7yAkiJY+jvAZ6RLzipnkWI8AJ17d3ULqGQMqTTeJ8I=; b=waakLdRVPK4BJHcpq1xbM3ktXitjVvh9ihKBkmMLJhnwb91dJi1u4sUrkXmY3MyV6s wzRAExWq3TIYgvjtfXsOmiPlSEkBW9bpf46Q4Sjl/0gYPjND+8neY3mWTXeyveiOhcIJ 9U95VA8yTYxK8ugOc9eFP5kBvgHfiKNzFT7vw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Y4t+vg8gpQfMkMZCbhQviYEleIafMpTsZZpoI6gF7X44Ux8bUcEN5agPeJpTmZI3Xz I8rTWAP3jbalhL+1rSTI4a8OjPEIz5wFcZUhByBOJwVtLs+HwbxyRafVkz+SVC/ZG475 onP0Oi4syRRUmT1JB33+70/0Q/ydXpnm4EP0g= Received: by 10.150.52.2 with SMTP id z2mr6021694ybz.248.1226851832899; Sun, 16 Nov 2008 08:10:32 -0800 (PST) Received: by 10.150.124.5 with HTTP; Sun, 16 Nov 2008 08:10:32 -0800 (PST) Message-ID: <20def4870811160810w28e92b5amb4587459a0b719a4@mail.gmail.com> Date: Sun, 16 Nov 2008 18:10:32 +0200 From: "Yony Yossef" To: gerardon_paredes@yahoo.com In-Reply-To: <279800.62396.qm@web65607.mail.ac4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <279800.62396.qm@web65607.mail.ac4.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: make doesn't know how to make KERNCONF 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, 16 Nov 2008 16:10:34 -0000 > make doesn't know how to make KERNCONF > > > the command i run is: > > cd /usr/src > make buildkernel KERNCONF=MIO > > where MIO is my kernel configuration file, living at /usr/src/sys/i386/conf Are you sure your conf file shouldn't be in /usr/src/sys/amd64/conf ? YY