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

PROG=	newfs_msdos
MAN=	newfs_msdos.8
SRCS=	newfs_msdos.c mkfs_msdos.c

# XXX - this is verboten
.if ${MACHINE_CPUARCH} == "arm"
WARNS?= 3
.endif

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