summaryrefslogtreecommitdiffstats
path: root/usr.bin/opiekey
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-01-03 21:20:29 +0000
committerache <ache@FreeBSD.org>2002-01-03 21:20:29 +0000
commitdad07c8108f4b3c63f452bac9034d88bf71d2289 (patch)
tree8914638124866124c20455e45d9f09a29fa66e7e /usr.bin/opiekey
parent3f3ff202f445b9cf12972786a14946639f6b144d (diff)
downloadFreeBSD-src-dad07c8108f4b3c63f452bac9034d88bf71d2289.zip
FreeBSD-src-dad07c8108f4b3c63f452bac9034d88bf71d2289.tar.gz
Add opie lib dir to includes list
Diffstat (limited to 'usr.bin/opiekey')
-rw-r--r--usr.bin/opiekey/Makefile3
1 files changed, 2 insertions, 1 deletions
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}
OpenPOWER on IntegriCloud