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