diff options
author | ru <ru@FreeBSD.org> | 2008-01-24 07:25:13 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2008-01-24 07:25:13 +0000 |
commit | 5294e28829bc61190602c0e137367f6d1d829242 (patch) | |
tree | e25a2e391ee2007f1c027080fc68924c42675412 | |
parent | 1958a457a4c4197c974998464eb966915977c66b (diff) | |
download | FreeBSD-src-5294e28829bc61190602c0e137367f6d1d829242.zip FreeBSD-src-5294e28829bc61190602c0e137367f6d1d829242.tar.gz |
Flag a hack.
-rw-r--r-- | usr.bin/fstat/Makefile | 3 |
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 |