1984263bcSMatthew Dillon# @(#)Makefile 8.1 (Berkeley) 6/6/93 2984263bcSMatthew Dillon# $FreeBSD: src/usr.bin/fstat/Makefile,v 1.4.2.1 2000/07/02 10:20:24 ps Exp $ 3984263bcSMatthew Dillon 4984263bcSMatthew DillonPROG= fstat 5*4d2f9b07SSascha WildnerSRCS= cd9660.c ext2fs.c fstat.c hammer.c hammer2.c msdosfs.c ntfs.c tmpfs.c 6984263bcSMatthew DillonCFLAGS+=-I${.CURDIR}/../../sys 7984263bcSMatthew DillonDPADD= ${LIBKVM} 8984263bcSMatthew DillonLDADD= -lkvm 9984263bcSMatthew DillonBINGRP= kmem 10984263bcSMatthew DillonBINMODE=2555 11984263bcSMatthew Dillon 12984263bcSMatthew Dillon.include <bsd.prog.mk> 13