]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/fstyp/Makefile
MFC r275680:
[FreeBSD/stable/10.git] / usr.sbin / fstyp / Makefile
1 # $FreeBSD$
2
3 PROG=   fstyp
4 SRCS=   fstyp.c ext2fs.c cd9660.c msdosfs.c ntfs.c ufs.c
5 MAN=    fstyp.8
6
7 WARNS=  6
8
9 .include <bsd.prog.mk>