]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/newfs_msdos/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sbin / newfs_msdos / Makefile
1 # $FreeBSD$
2
3 PROG=   newfs_msdos
4 MAN=    newfs_msdos.8
5
6 # XXX - this is verboten
7 .if ${MACHINE_CPUARCH} == "arm"
8 WARNS?= 3
9 .endif
10
11 .include <bsd.prog.mk>