summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2009-03-24 15:52:45 +0000
committermarius <marius@FreeBSD.org>2009-03-24 15:52:45 +0000
commit1fed69bb074a9948314a61f1140727d7513f5572 (patch)
tree4d7922be08b7db24211b6d5ab91cfc65e5d6b066 /sys/modules
parent10de032202a486a6f2b7cca4903481f0f4e8d7bb (diff)
downloadFreeBSD-src-1fed69bb074a9948314a61f1140727d7513f5572.zip
FreeBSD-src-1fed69bb074a9948314a61f1140727d7513f5572.tar.gz
Given that zfs.ko depends on opensolaris.ko also build the latter by
default on sparc64.
Diffstat (limited to 'sys/modules')
-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