diff options
author | phk <phk@FreeBSD.org> | 2004-10-21 12:09:45 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-10-21 12:09:45 +0000 |
commit | 2f6f05bb4c4c6f270388a0b2286f9b636422adfc (patch) | |
tree | 9fe48203dba4e007012698722a78a507a061d73e /usr.bin/fstat | |
parent | 4e18db942967102f1dded3e5a1905a1801d262d8 (diff) | |
download | FreeBSD-src-2f6f05bb4c4c6f270388a0b2286f9b636422adfc.zip FreeBSD-src-2f6f05bb4c4c6f270388a0b2286f9b636422adfc.tar.gz |
Add -D_KVM_VNODE to indicate that despite being a userland program,
we want to know the vnode structures internals.
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 1be1d7f..8ca57b9 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> |