]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/fstyp/Makefile
Cleanup pass through the relnotes file:
[FreeBSD/releng/10.2.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>