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 | |
parent | 2903b27203209c8b6e46bd877b6fc7c9b28a81ea (diff) | |
download | src-test2-fa041d0395c5047b6f776b7294b0abb8b028bcb8.tar.gz src-test2-fa041d0395c5047b6f776b7294b0abb8b028bcb8.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/opieinfo/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/opiekey/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/opiepasswd/Makefile | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index e9944e19af76..38fa24698bf5 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 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} diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index 169fd7229a32..b25b54a09ad3 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 |