From owner-svn-src-all@FreeBSD.ORG Sat Oct 2 18:36:54 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B0BA1065706; Sat, 2 Oct 2010 18:36:54 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id C081F8FC17; Sat, 2 Oct 2010 18:36:53 +0000 (UTC) Received: by qyk8 with SMTP id 8so857218qyk.13 for ; Sat, 02 Oct 2010 11:36:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=2xhapBFWWi1ZEkMiMzk2W90N7bobpLeOhOG3AaQ97As=; b=nX2s4guLM/cXMLy0ORP7MfwfRcQ036227oNsK3v2IWFwfJPR+zylPte45LsUeryG1t HFNXwv/m5GQymd8eLOtnO0lZPkrs3MbDFmbSg06nj4Fa38Zn1JLqekd1L0EujgUIXj8X XZPN3g9voGpCMXxe78sNo9mC8+kuRWZNYuefU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=ZgaGFBnSZfqjX4KZmRCVlTIqZWMnfUpJbKV4/B4BDnMc3oRbvaMO3QpOO8Ad+na9Mr WYZA4XVzebJ59bMGVfsnTIPlvbv9IjnSP//ZR1gQhOhafXDIEltZCA2y7KtfqyWO4UBW kKERItS4Aie08VviwBH6yd0RCaTlZWOYGjL5A= MIME-Version: 1.0 Received: by 10.229.1.161 with SMTP id 33mr5176978qcf.279.1286043133464; Sat, 02 Oct 2010 11:12:13 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.229.66.166 with HTTP; Sat, 2 Oct 2010 11:12:13 -0700 (PDT) In-Reply-To: <201009281533.o8SFXULh078409@svn.freebsd.org> References: <201009281533.o8SFXULh078409@svn.freebsd.org> Date: Sat, 2 Oct 2010 20:12:13 +0200 X-Google-Sender-Auth: Ust0pEL0SjEWMYSWv-EhsjYGjFU Message-ID: From: Antoine Brodin To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213248 - head/sys/kern X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 18:36:54 -0000 On Tue, Sep 28, 2010 at 5:33 PM, Warner Losh wrote: > Author: imp > Date: Tue Sep 28 15:33:30 2010 > New Revision: 213248 > URL: http://svn.freebsd.org/changeset/base/213248 > > Log: > =A0This file has been unused for ages. =A0Retire it. > > =A0Submitted by: pluknet > > Deleted: > =A0head/sys/kern/Makefile Hi, What is the correct way to "make sysent" now ? Cheers, Antoine