Add -D_KVM_VNODE to indicate that despite being a userland program,

we want to know the vnode structures internals.
This commit is contained in:
Poul-Henning Kamp 2004-10-21 12:09:45 +00:00
parent 99cf590376
commit 4ef77ed68a
1 changed files with 2 additions and 0 deletions

View File

@ -9,4 +9,6 @@ BINGRP= kmem
BINMODE=2555
WARNS?= 6
CFLAGS+=-D_KVM_VNODE
.include <bsd.prog.mk>