mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
Link otp-sha1 to match real challenge prompt, not otp-sha
MFC after: 1 week
This commit is contained in:
parent
b0f89ce78c
commit
46db17059f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269810
@ -15,9 +15,9 @@ LDADD= -lopie -lmd
|
||||
|
||||
LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4
|
||||
LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5
|
||||
LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha
|
||||
LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha1
|
||||
|
||||
MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha.1
|
||||
MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha1.1
|
||||
|
||||
.PATH: ${OPIE_DIST}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user