From owner-svn-src-head@FreeBSD.ORG Tue Oct 20 13:22:55 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 053BE106566C; Tue, 20 Oct 2009 13:22:55 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E83D98FC0A; Tue, 20 Oct 2009 13:22:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9KDMsdC067906; Tue, 20 Oct 2009 13:22:54 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9KDMsdK067903; Tue, 20 Oct 2009 13:22:54 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <200910201322.n9KDMsdK067903@svn.freebsd.org> From: Andriy Gapon Date: Tue, 20 Oct 2009 13:22:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198279 - in head: share/man/man4 sys/modules X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 13:22:55 -0000 Author: avg Date: Tue Oct 20 13:22:54 2009 New Revision: 198279 URL: http://svn.freebsd.org/changeset/base/198279 Log: minor: fix sorting of some amd* entries in some makefiles MFC after: 1 week Modified: head/share/man/man4/Makefile head/sys/modules/Makefile Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Tue Oct 20 12:21:36 2009 (r198278) +++ head/share/man/man4/Makefile Tue Oct 20 13:22:54 2009 (r198279) @@ -30,8 +30,8 @@ MAN= aac.4 \ ale.4 \ altq.4 \ amd.4 \ - ${_amdtemp.4} \ ${_amdsmb.4} \ + ${_amdtemp.4} \ amr.4 \ an.4 \ arcmsr.4 \ Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Tue Oct 20 12:21:36 2009 (r198278) +++ head/sys/modules/Makefile Tue Oct 20 13:22:54 2009 (r198279) @@ -18,10 +18,10 @@ SUBDIR= ${_3dfx} \ ${_aic} \ aic7xxx \ aio \ - ${_amd} \ - ${_amdtemp} \ alc \ ale \ + ${_amd} \ + ${_amdtemp} \ amr \ ${_an} \ ${_aout} \