Date: Tue, 24 Mar 2009 15:52:45 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r190375 - head/sys/modules Message-ID: <200903241552.n2OFqjWA049967@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Tue Mar 24 15:52:45 2009 New Revision: 190375 URL: http://svn.freebsd.org/changeset/base/190375 Log: Given that zfs.ko depends on opensolaris.ko also build the latter by default on sparc64. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Tue Mar 24 15:48:35 2009 (r190374) +++ head/sys/modules/Makefile Tue Mar 24 15:52:45 2009 (r190375) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903241552.n2OFqjWA049967>