]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/camcontrol/Makefile
This commit was generated by cvs2svn to compensate for changes in r93139,
[FreeBSD/FreeBSD.git] / sbin / camcontrol / Makefile
1 # $FreeBSD$
2
3 MAINTAINER= ken@FreeBSD.org
4
5 PROG=   camcontrol
6 SRCS=   camcontrol.c util.c
7 .if !defined(RELEASE_CRUNCH)
8 SRCS+=  modeedit.c
9 .else
10 CFLAGS+= -DMINIMALISTIC
11 .endif
12 WARNS=  0
13 DPADD=  ${LIBCAM} ${LIBSBUF}
14 LDADD=  -lcam -lsbuf
15 MAN=    camcontrol.8
16
17 .include <bsd.prog.mk>