summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/Makefile
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-03-16 02:02:34 +0000
committergreen <green@FreeBSD.org>2000-03-16 02:02:34 +0000
commitd073c75df5afca85c621a7f89f1e1ff45a1835b4 (patch)
treea204e9608d480f9afd7340d414d8f98579ef00a9 /usr.bin/fstat/Makefile
parenta0447a00849801b1ae76539c3dc2b4d93b3a91d6 (diff)
downloadFreeBSD-src-d073c75df5afca85c621a7f89f1e1ff45a1835b4.zip
FreeBSD-src-d073c75df5afca85c621a7f89f1e1ff45a1835b4.tar.gz
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 <peter.edwards@openet-telecom.com>
Diffstat (limited to 'usr.bin/fstat/Makefile')
-rw-r--r--usr.bin/fstat/Makefile1
1 files changed, 1 insertions, 0 deletions
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}
OpenPOWER on IntegriCloud