be3a49ee62
filesystems. It differs from file(1) in that it gives machine-parseable output, it outputs filesystem labels, doesn't get confused by other formats metadata, and runs in Capsicum sandbox. Differential Revision: https://reviews.freebsd.org/D1255 Relnotes: yes Sponsored by: The FreeBSD Foundation
10 lines
127 B
Makefile
10 lines
127 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fstyp
|
|
SRCS= fstyp.c ext2fs.c cd9660.c msdosfs.c ntfs.c ufs.c
|
|
MAN= fstyp.8
|
|
|
|
WARNS= 6
|
|
|
|
.include <bsd.prog.mk>
|