4ef77ed68a
we want to know the vnode structures internals.
15 lines
207 B
Makefile
15 lines
207 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= fstat
|
|
SRCS= cd9660.c fstat.c msdosfs.c
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
BINGRP= kmem
|
|
BINMODE=2555
|
|
WARNS?= 6
|
|
|
|
CFLAGS+=-D_KVM_VNODE
|
|
|
|
.include <bsd.prog.mk>
|