]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/camcontrol/Makefile
This commit was generated by cvs2svn to compensate for changes in r55099,
[FreeBSD/FreeBSD.git] / sbin / camcontrol / Makefile
1 MAINTAINER=ken@FreeBSD.ORG
2
3 PROG=   camcontrol
4 SRCS=   camcontrol.c modeedit.c
5 MAN8=   camcontrol.8
6
7 CFLAGS+= -I${.CURDIR}/../../sys
8 DPADD=   ${LIBCAM}
9 LDADD+=  -lcam
10
11 .include <bsd.prog.mk>