]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/newfs_msdos/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>