xref: /dflybsd-src/usr.sbin/fstyp/Makefile (revision 6025be5878fc8286162a074592be39505968dbee)
1PROG=	fstyp
2SRCS=	apfs.c befs.c cd9660.c exfat.c ext2fs.c fstyp.c hfsplus.c msdosfs.c ntfs.c ufs.c hammer.c hammer2.c
3
4MAN=	fstyp.8
5
6WARNS?=	2
7
8CFLAGS+=-I${.CURDIR}/../../sys
9
10.include <bsd.prog.mk>
11