mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
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:
parent
75ff968cd5
commit
1ba0449fc5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79473
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user