From 797424d85b3c4b00f9953ddaad93922cf5e3c2da Mon Sep 17 00:00:00 2001 From: cognet Date: Fri, 14 May 2004 13:31:21 +0000 Subject: Use WARNS?=3 for these in the arm case for now, due to toolchain issues. --- sbin/camcontrol/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sbin/camcontrol') diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index ebc56dd..bf2ba4a 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -7,7 +7,11 @@ SRCS+= modeedit.c .else CFLAGS+= -DMINIMALISTIC .endif +.if ${MACHINE_ARCH} == "arm" +WARNS?= 3 +.else WARNS?= 6 +.endif DPADD= ${LIBCAM} ${LIBSBUF} LDADD= -lcam -lsbuf MAN= camcontrol.8 -- cgit v1.1