mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +01:00
13 lines
203 B
Makefile
13 lines
203 B
Makefile
# $FreeBSD$
|
|
MAINTAINER=ken@FreeBSD.ORG
|
|
|
|
PROG= camcontrol
|
|
SRCS= camcontrol.c modeedit.c util.c
|
|
SDIR= ${.CURDIR}/../../sys
|
|
|
|
CFLAGS+= -I${SDIR}
|
|
DPADD= ${LIBCAM}
|
|
LDADD+= -lcam
|
|
|
|
.include <bsd.prog.mk>
|