]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fstyp/Makefile
MFV r284234:
[FreeBSD/FreeBSD.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>