PERFORCE change 143709 for review

Marko Zec zec at FreeBSD.org
Wed Jun 18 19:20:05 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=143709

Change 143709 by zec at 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


More information about the p4-projects mailing list