diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2014-08-11 14:37:57 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2014-08-11 14:37:57 +0000 |
commit | 46db17059f8cf1af712a48a31e24ede565da96fd (patch) | |
tree | 28cd9f4f6c06f330b32f932ca99974532fd3e460 /usr.bin/opiekey/Makefile | |
parent | b0f89ce78c817b7ae5fa8112554581436fe33910 (diff) | |
download | src-46db17059f8cf1af712a48a31e24ede565da96fd.tar.gz src-46db17059f8cf1af712a48a31e24ede565da96fd.zip |
Link otp-sha1 to match real challenge prompt, not otp-sha
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=269810
Diffstat (limited to 'usr.bin/opiekey/Makefile')
-rw-r--r-- | usr.bin/opiekey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index e017f4d044a5..0ee85700f68c 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -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} |