From d073c75df5afca85c621a7f89f1e1ff45a1835b4 Mon Sep 17 00:00:00 2001 From: green Date: Thu, 16 Mar 2000 02:02:34 +0000 Subject: Support more filesystems in fstat(1): now you can use fstat(1) to find out if files on msdosfs and cd9660 filestores are open. There was also a movement of some common things to a header, a small cleanup. PR: bin/16364 bin/7043 Submitted by: Peter Edwards --- usr.bin/fstat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/fstat/Makefile') diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 8e9e277..ae51fb6 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= fstat +SRCS= cd9660.c fstat.c msdosfs.c CFLAGS+=-Wall CFLAGS+=-I${.CURDIR}/../../sys DPADD= ${LIBKVM} -- cgit v1.1