svn commit: r282814 - stable/10/sys/modules
Andriy Gapon
avg at FreeBSD.org
Tue May 12 09:30:30 UTC 2015
Author: avg
Date: Tue May 12 09:30:29 2015
New Revision: 282814
URL: https://svnweb.freebsd.org/changeset/base/282814
Log:
followup to r282748: remove another instance of cyclic in sys/modules/Makefile
Those lines were not present in head and thus were not removed by the
original commit and its merge.
Modified:
stable/10/sys/modules/Makefile
Modified: stable/10/sys/modules/Makefile
==============================================================================
--- stable/10/sys/modules/Makefile Tue May 12 09:25:16 2015 (r282813)
+++ stable/10/sys/modules/Makefile Tue May 12 09:30:29 2015 (r282814)
@@ -672,9 +672,6 @@ _ciss= ciss
_coretemp= coretemp
_cpuctl= cpuctl
_cpufreq= cpufreq
-.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
-_cyclic= cyclic
-.endif
_dpms= dpms
_drm= drm
_drm2= drm2
More information about the svn-src-stable-10
mailing list