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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to