diff options
Diffstat (limited to 'usr.bin/fstat/Makefile')
-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> |