freebsd-dev/sbin/newfs_msdos/Makefile
Ruslan Ermilov 106d839190 Switch the default WARNS level for sbin/ to 6.
Submitted by:	Ulrich Spörlein
2009-10-19 16:00:24 +00:00

11 lines
121 B
Makefile

# $FreeBSD$
PROG= newfs_msdos
MAN= newfs_msdos.8
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.endif
.include <bsd.prog.mk>