Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2008 19:20:04 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 143709 for review
Message-ID:  <200806181920.m5IJK44r097995@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143709

Change 143709 by zec@zec_tpx32 on 2008/06/18 19:19:15

	There's no reason for not building the ZFS module.

Affected files ...

.. //depot/projects/vimage/src/sys/modules/Makefile#21 edit

Differences ...

==== //depot/projects/vimage/src/sys/modules/Makefile#21 (text+ko) ====

@@ -442,6 +442,9 @@
 _tmpfs=		tmpfs
 _wi=		wi
 _xe=		xe
+.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
+_zfs=		zfs
+.endif
 .if ${MACHINE} == "i386"
 _aac=		aac
 _acpi=		acpi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806181920.m5IJK44r097995>