From dad07c8108f4b3c63f452bac9034d88bf71d2289 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 3 Jan 2002 21:20:29 +0000 Subject: Add opie lib dir to includes list --- usr.bin/opieinfo/Makefile | 1 + usr.bin/opiekey/Makefile | 3 ++- usr.bin/opiepasswd/Makefile | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index e9944e1..38fa246 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -4,6 +4,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie PROG= opieinfo +CFLAGS+=-I${.CURDIR}/../../lib/libopie CFLAGS+=-I${OPIE_DIST} CFLAGS+=-DINSECURE_OVERRIDE diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index ae4738b..215c86b 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -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} diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index 169fd72..b25b54a 100644 --- a/usr.bin/opiepasswd/Makefile +++ b/usr.bin/opiepasswd/Makefile @@ -4,6 +4,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie PROG= opiepasswd +CFLAGS+=-I${.CURDIR}/../../lib/libopie CFLAGS+=-I${OPIE_DIST} CFLAGS+=-DINSECURE_OVERRIDE -- cgit v1.1