mirror of
https://github.com/opnsense/src.git
synced 2026-03-08 17:20:43 -04:00
as a separate line so we can override it on the command line if we need to. Reviewed by: ken@freebsd.org
13 lines
217 B
Makefile
13 lines
217 B
Makefile
# $FreeBSD$
|
|
MAINTAINER=ken@FreeBSD.ORG
|
|
|
|
PROG= camcontrol
|
|
SRCS= camcontrol.c modeedit.c
|
|
MAN8= camcontrol.8
|
|
SDIR= ${.CURDIR}/../../sys
|
|
|
|
CFLAGS+= -I${SDIR}
|
|
DPADD= ${LIBCAM}
|
|
LDADD+= -lcam
|
|
|
|
.include <bsd.prog.mk>
|