Style.
Approved by: ken
This commit is contained in:
parent
905fd6f3ee
commit
485318d4d8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user