Date: Wed, 10 Jun 2009 01:20:46 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r193877 - stable/7/sys/boot/i386 Message-ID: <200906100120.n5A1KkES089668@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906100120.n5A1KkES089668>