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/opieinfo | |
parent | 2903b27203209c8b6e46bd877b6fc7c9b28a81ea (diff) | |
download | src-test2-fa041d0395c5047b6f776b7294b0abb8b028bcb8.tar.gz src-test2-fa041d0395c5047b6f776b7294b0abb8b028bcb8.zip |
Notes
Diffstat (limited to 'usr.bin/opieinfo')
-rw-r--r-- | usr.bin/opieinfo/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |