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
This commit is contained in:
Matt Jacob 2000-01-21 23:18:08 +00:00
parent 090fbb8802
commit cfe090e1fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56383

View File

@ -1,10 +1,12 @@
# $FreeBSD$
MAINTAINER=ken@FreeBSD.ORG
PROG= camcontrol
SRCS= camcontrol.c modeedit.c
MAN8= camcontrol.8
SDIR= ${.CURDIR}/../../sys
CFLAGS+= -I${.CURDIR}/../../sys
CFLAGS+= -I${SDIR}
DPADD= ${LIBCAM}
LDADD+= -lcam