]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/camcontrol/Makefile
Fix iconv buffer overflow.
[FreeBSD/FreeBSD.git] / sbin / camcontrol / Makefile
1 # $FreeBSD$
2
3 PACKAGE=runtime
4 PROG=   camcontrol
5 SRCS=   camcontrol.c util.c
6 .if !defined(RELEASE_CRUNCH)
7 SRCS+=  attrib.c epc.c fwdownload.c modeedit.c persist.c progress.c timestamp.c zone.c
8 .else
9 CFLAGS+= -DMINIMALISTIC
10 .endif
11 # This is verboten
12 .if ${MACHINE_CPUARCH} == "arm"
13 WARNS?= 3
14 .endif
15 LIBADD= cam sbuf util
16 MAN=    camcontrol.8
17
18 .include <bsd.prog.mk>