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