svn commit: r198764 - in stable/7/sys: . contrib/pf modules

Andriy Gapon avg at FreeBSD.org
Sun Nov 1 17:58:57 UTC 2009


Author: avg
Date: Sun Nov  1 17:58:56 2009
New Revision: 198764
URL: http://svn.freebsd.org/changeset/base/198764

Log:
  MFC 198279: fix sorting of some amd* entries in some makefiles

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/modules/Makefile

Modified: stable/7/sys/modules/Makefile
==============================================================================
--- stable/7/sys/modules/Makefile	Sun Nov  1 17:56:45 2009	(r198763)
+++ stable/7/sys/modules/Makefile	Sun Nov  1 17:58:56 2009	(r198764)
@@ -16,10 +16,10 @@ SUBDIR=	${_3dfx} \
 	${_aic} \
 	aic7xxx \
 	aio \
-	${_amd} \
-	${_amdtemp} \
 	alc \
 	ale \
+	${_amd} \
+	${_amdtemp} \
 	amr \
 	${_an} \
 	${_aout} \


More information about the svn-src-stable-7 mailing list