Add opieaccess(5) functionality under the INSECURE_OPIE .ifdef.
Asked for by: ache
This commit is contained in:
parent
ea0cdbc8ac
commit
41b07e1d10
@ -25,7 +25,8 @@ CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \
|
||||
-DKEY_FILE=${KEYFILE}
|
||||
|
||||
.if defined(WANT_INSECURE_OPIE) && ${WANT_INSECURE_OPIE} == true
|
||||
CFLAGS+=-DINSECURE_OVERRIDE
|
||||
ACCESSFILE?= \"/etc/opieaccess\"
|
||||
CFLAGS+= -DINSECURE_OVERRIDE -DPATH_ACCESS_FILE=${ACCESSFILE}
|
||||
.endif
|
||||
|
||||
LDADD+= -lmd
|
||||
|
Loading…
x
Reference in New Issue
Block a user