svn commit: r193877 - stable/7/sys/boot/i386

Kip Macy kmacy at FreeBSD.org
Wed Jun 10 01:20:47 UTC 2009


Author: kmacy
Date: Wed Jun 10 01:20:46 2009
New Revision: 193877
URL: http://svn.freebsd.org/changeset/base/193877

Log:
  Should be ${MK_ZFS} != "no"

Modified:
  stable/7/sys/boot/i386/Makefile

Modified: stable/7/sys/boot/i386/Makefile
==============================================================================
--- stable/7/sys/boot/i386/Makefile	Wed Jun 10 01:18:07 2009	(r193876)
+++ stable/7/sys/boot/i386/Makefile	Wed Jun 10 01:20:46 2009	(r193877)
@@ -4,7 +4,7 @@
 SUBDIR=		mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
 		kgzldr libi386 libfirewire loader
 
-.if ${MK_ZFS}
+.if ${MK_ZFS} != "no"
 SUBDIR+=		zfsboot gptzfsboot
 .endif
 


More information about the svn-src-stable-7 mailing list