1# $FreeBSD$ 2 3PROG= fstyp 4SRCS= fstyp.c ext2fs.c cd9660.c msdosfs.c ntfs.c ufs.c 5MAN= fstyp.8 6 7WARNS= 6 8 9.include <bsd.prog.mk> 10