Date: Tue, 20 Oct 2009 13:22:54 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r198279 - in head: share/man/man4 sys/modules Message-ID: <200910201322.n9KDMsdK067903@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910201322.n9KDMsdK067903>