Merge branch 'vendor/LIBRESSL'
[dragonfly.git] / usr.sbin / fstyp / Makefile
1 PROG=   fstyp
2 SRCS=   cd9660.c exfat.c ext2fs.c fstyp.c msdosfs.c ntfs.c ufs.c hammer.c hammer2.c
3
4 MAN=    fstyp.8
5
6 WARNS?= 2
7
8 CFLAGS+=-I${.CURDIR}/../../sys
9
10 .include <bsd.prog.mk>