2000-01-21 23:18:08 +00:00
|
|
|
# $FreeBSD$
|
1999-06-18 00:41:47 +00:00
|
|
|
|
2002-01-24 16:53:08 +00:00
|
|
|
PROG= camcontrol
|
2012-01-29 09:12:34 +00:00
|
|
|
SRCS= camcontrol.c util.c
|
2002-01-18 22:17:35 +00:00
|
|
|
.if !defined(RELEASE_CRUNCH)
|
2012-06-20 00:17:29 +00:00
|
|
|
SRCS+= fwdownload.c modeedit.c progress.c
|
2002-01-24 16:53:08 +00:00
|
|
|
.else
|
2002-01-17 20:26:14 +00:00
|
|
|
CFLAGS+= -DMINIMALISTIC
|
|
|
|
.endif
|
2010-08-23 22:24:11 +00:00
|
|
|
# This is verboten
|
|
|
|
.if ${MACHINE_CPUARCH} == "arm"
|
2004-05-14 13:31:21 +00:00
|
|
|
WARNS?= 3
|
|
|
|
.endif
|
2007-09-08 20:24:12 +00:00
|
|
|
DPADD= ${LIBCAM} ${LIBSBUF} ${LIBUTIL}
|
|
|
|
LDADD= -lcam -lsbuf -lutil
|
2002-01-24 16:53:08 +00:00
|
|
|
MAN= camcontrol.8
|
1998-09-15 06:43:02 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|