1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
Approved by:	ken
This commit is contained in:
Ruslan Ermilov 2002-01-24 16:53:08 +00:00
parent 905fd6f3ee
commit 485318d4d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89747

View File

@ -1,20 +1,17 @@
# $FreeBSD$
MAINTAINER=ken@FreeBSD.ORG
PROG= camcontrol
SRCS= camcontrol.c util.c
MAINTAINER= ken@FreeBSD.org
PROG= camcontrol
SRCS= camcontrol.c util.c
.if !defined(RELEASE_CRUNCH)
SRCS+= modeedit.c
.endif
MAN= camcontrol.8
SDIR= ${.CURDIR}/../../sys
CFLAGS+= -I${SDIR}
.if defined(RELEASE_CRUNCH)
.else
CFLAGS+= -DMINIMALISTIC
.endif
WARNS= 0
DPADD= ${LIBCAM} ${LIBSBUF}
LDADD+= -lcam -lsbuf
DPADD= ${LIBCAM} ${LIBSBUF}
LDADD= -lcam -lsbuf
MAN= camcontrol.8
.include <bsd.prog.mk>