svn commit: r190511 - in stable/7/sys: . contrib/pf dev/ath/ath_hal
dev/cxgb modules
Marius Strobl
marius at FreeBSD.org
Sat Mar 28 12:47:47 PDT 2009
Author: marius
Date: Sat Mar 28 19:47:46 2009
New Revision: 190511
URL: http://svn.freebsd.org/changeset/base/190511
Log:
MFC: r190375, r190376
Given that zfs.ko depends on opensolaris.ko also build the latter by
default on sparc64.
Approved by: re (kib)
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/ (props changed)
stable/7/sys/dev/cxgb/ (props changed)
stable/7/sys/modules/Makefile
Modified: stable/7/sys/modules/Makefile
==============================================================================
--- stable/7/sys/modules/Makefile Sat Mar 28 19:23:10 2009 (r190510)
+++ stable/7/sys/modules/Makefile Sat Mar 28 19:47:46 2009 (r190511)
@@ -624,6 +624,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
More information about the svn-src-stable
mailing list