From fa4813f103888405bc1357907cac80e40409e013 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Mon, 24 Jan 2005 01:56:06 +0000 Subject: [PATCH] Bring back WARNS to 3 for arm until I figure out how to make gcc happy. --- sbin/newfs_msdos/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sbin/newfs_msdos/Makefile b/sbin/newfs_msdos/Makefile index f91940d1e753..5ee8277d42a9 100644 --- a/sbin/newfs_msdos/Makefile +++ b/sbin/newfs_msdos/Makefile @@ -3,6 +3,10 @@ PROG= newfs_msdos MAN= newfs_msdos.8 +.if ${MACHINE_ARCH} == "arm" +WARNS?= 3 +.else WARNS?= 6 +.endif .include