Move the callout_reset into the critical section.
[dragonfly/netmp.git] / sbin / camcontrol / Makefile
blob52c269972278536b27bc12c07c79594b6a7bfdd5
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 $
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
16 .include <bsd.prog.mk>