summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-01-24 07:25:13 +0000
committerru <ru@FreeBSD.org>2008-01-24 07:25:13 +0000
commit5294e28829bc61190602c0e137367f6d1d829242 (patch)
treee25a2e391ee2007f1c027080fc68924c42675412 /usr.bin/fstat
parent1958a457a4c4197c974998464eb966915977c66b (diff)
downloadFreeBSD-src-5294e28829bc61190602c0e137367f6d1d829242.zip
FreeBSD-src-5294e28829bc61190602c0e137367f6d1d829242.tar.gz
Flag a hack.
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index baff3eb..bcf4df8 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -13,9 +13,10 @@ WARNS?= 6
CFLAGS+=-D_KVM_VNODE
+# XXX This is a hack.
.if ${MK_CDDL} != "no"
CFLAGS+= -DZFS
-OBJS+= zfs/zfs.o
+OBJS+= zfs/zfs.o
SUBDIR= zfs
zfs/zfs.o: zfs
.endif
OpenPOWER on IntegriCloud