freebsd-dev/sbin/camcontrol/Makefile
Matt Jacob cfe090e1fa Specify the system directory for which we put in our include path
as a separate line so we can override it on the command line if
we need to.

Reviewed by:	ken@freebsd.org
2000-01-21 23:18:08 +00:00

14 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>