svn commit: r190375 - head/sys/modules

Marius Strobl marius at FreeBSD.org
Tue Mar 24 08:52:47 PDT 2009


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


More information about the svn-src-head mailing list