diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-07-09 18:08:16 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-07-09 18:08:16 +0000 |
| commit | 1ba0449fc511d0e14dbde2416f7872ca590ac477 (patch) | |
| tree | f13f3dd9173b73379893159849330c29809cdc2f | |
| parent | 75ff968cd57ae393a78c30151fcc2b869728770c (diff) | |
Notes
| -rw-r--r-- | lib/libopie/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 15d31852d07d..f9bb26321527 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -24,9 +24,15 @@ INCS= ${OPIE_DIST}/opie.h CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \ -DKEY_FILE=${KEYFILE} +.if defined(WANT_INSECURE_OPIE) && ${WANT_INSECURE_OPIE} == true +CFLAGS+=-DINSECURE_OVERRIDE +.endif + LDADD+= -lmd DPADD+= ${LIBMD} MAN= ${OPIE_DIST}/opie.4 ${OPIE_DIST}/opiekeys.5 ${OPIE_DIST}/opieaccess.5 +MLINKS= opie.4 skey.4 + .include <bsd.lib.mk> |
