summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/Makefile
blob: 23cff84a3a1a5647baf8ed17a299545179c27f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

MAINTAINER= ken@FreeBSD.org

PROG=	camcontrol
SRCS=	camcontrol.c util.c
.if !defined(RELEASE_CRUNCH)
SRCS+=	modeedit.c
.else
CFLAGS+= -DMINIMALISTIC
.endif
WARNS=	1
DPADD=	${LIBCAM} ${LIBSBUF}
LDADD=	-lcam -lsbuf
MAN=	camcontrol.8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud