]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/newfs_msdos/Makefile
Import of liblzma, xz, xzdec, lzmainfo from vendor branch
[FreeBSD/FreeBSD.git] / sbin / newfs_msdos / Makefile
1 # $FreeBSD$
2
3 PROG=   newfs_msdos
4 MAN=    newfs_msdos.8
5
6 .if ${MACHINE_ARCH} == "arm"
7 WARNS?= 3
8 .endif
9
10 .include <bsd.prog.mk>