Merge from vendor branch NTPD:
[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.3 2004/01/31 06:56:40 dillon Exp $
3
4 PROG=   camcontrol
5 SRCS=   camcontrol.c util.c
6 .if !defined(RELEASE_CRUNCH)
7 SRCS+=  modeedit.c
8 .else
9 CFLAGS+= -DMINIMALISTIC
10 .endif
11 DPADD=  ${LIBCAM}
12 LDADD=  -lcam
13 MAN=    camcontrol.8
14
15 .include <bsd.prog.mk>