aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat/Makefile
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/Makefile
parent99cf5903764454040ef8cad36305ee453b54cbd5 (diff)
downloadsrc-4ef77ed68a4d6325c4a2a9f37e2447ffe417474c.tar.gz
src-4ef77ed68a4d6325c4a2a9f37e2447ffe417474c.zip
Add -D_KVM_VNODE to indicate that despite being a userland program,
we want to know the vnode structures internals.
Notes
Notes: svn path=/head/; revision=136744
Diffstat (limited to 'usr.bin/fstat/Makefile')
-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>