summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 77e541c..d26dacc 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -808,23 +808,24 @@ _cardbus= cardbus
_cbb= cbb
_cfi= cfi
_cpufreq= cpufreq
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
+_cyclic= cyclic
+.endif
_drm= drm
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
+_dtrace= dtrace
+.endif
_exca= exca
_nvram= powermac_nvram
_pccard= pccard
_smbfs= smbfs
_sound= sound
-_cyclic= cyclic
-_dtrace= dtrace
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_opensolaris= opensolaris
.endif
+.endif
.if ${MACHINE_ARCH} == "powerpc64"
-.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
-_cyclic= cyclic
-_dtrace= dtrace
-_opensolaris= opensolaris
-.endif
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
_zfs= zfs
.endif
OpenPOWER on IntegriCloud