Received: by mail.netbsd.org (Postfix, from userid 605) id 916A585EAB; Sat, 23 Jan 2016 22:29:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EA2285E78 for ; Sat, 23 Jan 2016 22:29:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JO7bu72GkusX for ; Sat, 23 Jan 2016 22:29:29 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BC49284CED for ; Sat, 23 Jan 2016 22:29:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA67DFBB7; Sat, 23 Jan 2016 22:29:29 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 23 Jan 2016 17:29:29 -0500 From: "Christos Zoulas" Subject: CVS commit: src/sys/arch/i386/stand To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160123222929.BA67DFBB7@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Sat Jan 23 22:29:29 UTC 2016 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot src/sys/arch/i386/stand/dosboot: Makefile src/sys/arch/i386/stand/pxeboot: Makefile Log Message: We'll define the kernel types for standalone code. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/arch/i386/stand/boot/Makefile.boot cvs rdiff -u -r1.29 -r1.30 src/sys/arch/i386/stand/dosboot/Makefile cvs rdiff -u -r1.23 -r1.24 src/sys/arch/i386/stand/pxeboot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.