1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# $FreeBSD$ PROG= camcontrol SRCS= camcontrol.c util.c .if !defined(RELEASE_CRUNCH) SRCS+= fwdownload.c modeedit.c persist.c progress.c .else CFLAGS+= -DMINIMALISTIC .endif # This is verboten .if ${MACHINE_CPUARCH} == "arm" WARNS?= 3 .endif DPADD= ${LIBCAM} ${LIBSBUF} ${LIBUTIL} LDADD= -lcam -lsbuf -lutil MAN= camcontrol.8 .include <bsd.prog.mk>