aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-10-21 12:09:45 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-10-21 12:09:45 +0000
commit4ef77ed68a4d6325c4a2a9f37e2447ffe417474c (patch)
tree9fe48203dba4e007012698722a78a507a061d73e /usr.bin/fstat
parent99cf5903764454040ef8cad36305ee453b54cbd5 (diff)
Notes
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index 1be1d7f7a545..8ca57b992bc8 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -9,4 +9,6 @@ BINGRP= kmem
BINMODE=2555
WARNS?= 6
+CFLAGS+=-D_KVM_VNODE
+
.include <bsd.prog.mk>