diff options
author | markm <markm@FreeBSD.org> | 2001-07-14 08:34:26 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-07-14 08:34:26 +0000 |
commit | 1dec611e105548ea30614e1907e769471c4d661c (patch) | |
tree | 1c518a2c8bce8a86b8d57765036320ddccc0b4e6 | |
parent | 6cdc15e4a8e4d08d42218c0b7c6fa90f2ec93bf2 (diff) | |
download | FreeBSD-src-1dec611e105548ea30614e1907e769471c4d661c.zip FreeBSD-src-1dec611e105548ea30614e1907e769471c4d661c.tar.gz |
Switch on SHA1 hashing.
-rw-r--r-- | usr.bin/opiekey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 9de6855..588ec87 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -15,8 +15,9 @@ LDADD= -lopie -lmd LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5 +LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha -MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 +MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha.1 .PATH: ${OPIE_DIST} |