From 1ba0449fc511d0e14dbde2416f7872ca590ac477 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 9 Jul 2001 18:08:16 +0000 Subject: Add the WANT_INSECURE_OPIE frob which is useful for debugging and over secure (encrypted) links. Add a MLINK for skey(4) to opie(4) to assist in the transition. --- lib/libopie/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/libopie/Makefile') 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 -- cgit v1.2.3