2000-01-22 00:18:08 +01:00
|
|
|
# $FreeBSD$
|
1999-06-18 02:41:47 +02:00
|
|
|
|
2016-02-09 21:19:31 +01:00
|
|
|
PACKAGE=runtime
|
2002-01-24 17:53:08 +01:00
|
|
|
PROG= camcontrol
|
2012-01-29 10:12:34 +01:00
|
|
|
SRCS= camcontrol.c util.c
|
2002-01-18 23:17:35 +01:00
|
|
|
.if !defined(RELEASE_CRUNCH)
|
2016-12-01 23:20:27 +01:00
|
|
|
SRCS+= attrib.c epc.c fwdownload.c modeedit.c persist.c progress.c timestamp.c zone.c
|
2002-01-24 17:53:08 +01:00
|
|
|
.else
|
2002-01-17 21:26:14 +01:00
|
|
|
CFLAGS+= -DMINIMALISTIC
|
|
|
|
.endif
|
2010-08-24 00:24:11 +02:00
|
|
|
# This is verboten
|
|
|
|
.if ${MACHINE_CPUARCH} == "arm"
|
2004-05-14 15:31:21 +02:00
|
|
|
WARNS?= 3
|
|
|
|
.endif
|
2014-11-25 12:23:12 +01:00
|
|
|
LIBADD= cam sbuf util
|
2002-01-24 17:53:08 +01:00
|
|
|
MAN= camcontrol.8
|
1998-09-15 08:43:02 +02:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|