Merge from vendor branch OPENSSH:
[dragonfly.git] / sbin / camcontrol / Makefile
1 # $FreeBSD: src/sbin/camcontrol/Makefile,v 1.3.2.5 2002/04/19 13:46:38 ru Exp $
2 # $DragonFly: src/sbin/camcontrol/Makefile,v 1.4 2005/01/11 23:58:55 cpressey Exp $
3
4 PROG=   camcontrol
5 WARNS?= 6
6 SRCS=   camcontrol.c util.c
7 .if !defined(RELEASE_CRUNCH)
8 SRCS+=  modeedit.c
9 .else
10 CFLAGS+= -DMINIMALISTIC
11 .endif
12 DPADD=  ${LIBCAM}
13 LDADD=  -lcam
14 MAN=    camcontrol.8
15
16 .include <bsd.prog.mk>