diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-03 21:20:29 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-03 21:20:29 +0000 |
commit | fa041d0395c5047b6f776b7294b0abb8b028bcb8 (patch) | |
tree | 8914638124866124c20455e45d9f09a29fa66e7e /usr.bin/opiekey/Makefile | |
parent | 2903b27203209c8b6e46bd877b6fc7c9b28a81ea (diff) | |
download | src-fa041d0395c5047b6f776b7294b0abb8b028bcb8.tar.gz src-fa041d0395c5047b6f776b7294b0abb8b028bcb8.zip |
Add opie lib dir to includes list
Notes
Notes:
svn path=/head/; revision=88857
Diffstat (limited to 'usr.bin/opiekey/Makefile')
-rw-r--r-- | usr.bin/opiekey/Makefile | 3 |
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} |