Add KTR_KERNENTRY to ktr(4) and LINT.
[dragonfly.git] / sbin / camcontrol / Makefile
blob8425e0c2f0e5f2de813b1f46bec412abb0b703e3
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.7 2008/03/07 08:44:24 pavalos Exp $
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} ${LIBSBUF} ${LIBUTIL}
12 LDADD= -lcam -lsbuf -lutil
13 MAN= camcontrol.8
15 .include <bsd.prog.mk>