Date: Fri, 4 Jan 2008 17:11:16 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 132497 for review Message-ID: <200801041711.m04HBGPG029002@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132497 Change 132497 by gonzo@gonzo_jeeves on 2008/01/04 17:11:07 o I believe MK_ZFS is more appropriate variable to be checked in this case. Affected files ... .. //depot/projects/mips2-jnpr/src/usr.bin/fstat/Makefile#2 edit Differences ... ==== //depot/projects/mips2-jnpr/src/usr.bin/fstat/Makefile#2 (text+ko) ==== @@ -13,7 +13,7 @@ CFLAGS+=-D_KVM_VNODE -.if ${MK_CDDL} != "no" +.if ${MK_ZFS} != "no" CFLAGS+= -DZFS OBJS+= zfs/zfs.o SUBDIR= zfs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801041711.m04HBGPG029002>