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