summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 269219e..14389c7 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -76,6 +76,7 @@ SUBDIR= ${_3dfx} \
${_em} \
en \
${_ep} \
+ esp \
${_et} \
${_ex} \
${_exca} \
@@ -581,6 +582,9 @@ _auxio= auxio
_em= em
_i2c= i2c
_igb= igb
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
+_opensolaris= opensolaris
+.endif
_sound= sound
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
_zfs= zfs
OpenPOWER on IntegriCloud