Test commit.
[dragonfly.git] / usr.sbin / fstyp / Makefile
blobc4e1e774755f2f21346facdba9cb52cd94fd637d
1 PROG= fstyp
2 SRCS= apfs.c cd9660.c exfat.c ext2fs.c fstyp.c hfsplus.c msdosfs.c ntfs.c ufs.c hammer.c hammer2.c
4 MAN= fstyp.8
6 WARNS?= 2
8 CFLAGS+=-I${.CURDIR}/../../sys
10 .include <bsd.prog.mk>