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.
This commit is contained in:
Mark Murray 2001-07-09 18:08:16 +00:00
parent 75ff968cd5
commit 1ba0449fc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79473

View File

@ -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>