summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos/Makefile
blob: 5ee8277d42a91f3593314c8d94b9c2e07684ec58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PROG=	newfs_msdos
MAN=	newfs_msdos.8

.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?=	6
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud