aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/opiekey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/opiekey/Makefile')
-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 ae4738b2737c..215c86b4511e 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}