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>
|