# $FreeBSD$ PROG = camcontrol SRCS = \ camcontrol.c \ modeedit.c \ util.c .if ${MACHINE_ARCH} == "arm" WARNS ?= 3 .else WARNS ?= 6 .endif LDADD = -lcam -lsbuf -lutil .include