Add opie lib dir to includes list

This commit is contained in:
Andrey A. Chernov 2002-01-03 21:20:29 +00:00
parent 2903b27203
commit fa041d0395
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88857
3 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie
PROG= opieinfo
CFLAGS+=-I${.CURDIR}/../../lib/libopie
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE

View File

@ -4,7 +4,8 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie
PROG= opiekey
CFLAGS+= -I${OPIE_DIST}
CFLAGS+=-I${.CURDIR}/../../lib/libopie
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE
DPADD= ${LIBOPIE} ${LIBMD}

View File

@ -4,6 +4,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie
PROG= opiepasswd
CFLAGS+=-I${.CURDIR}/../../lib/libopie
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE