diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-10-21 12:09:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-10-21 12:09:45 +0000 |
| commit | 4ef77ed68a4d6325c4a2a9f37e2447ffe417474c (patch) | |
| tree | 9fe48203dba4e007012698722a78a507a061d73e | |
| parent | 99cf5903764454040ef8cad36305ee453b54cbd5 (diff) | |
Notes
| -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 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> |
