diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-29 23:04:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-29 23:04:59 +0000 |
commit | 4977fdd187c8cb20d04468578b15fa91842e29af (patch) | |
tree | 7eaae9a32614591d74112466a0f2c3a8d9bd2afe /usr.bin/skey/Makefile | |
parent | 70aa618c9db47a4eeec4d5bad3f2a6c6fa627c9d (diff) |
updated s/key docs.
Diffstat (limited to 'usr.bin/skey/Makefile')
-rw-r--r-- | usr.bin/skey/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/skey/Makefile b/usr.bin/skey/Makefile index eec4851173c..42aea2907e7 100644 --- a/usr.bin/skey/Makefile +++ b/usr.bin/skey/Makefile @@ -1,10 +1,13 @@ -# $OpenBSD: Makefile,v 1.5 1996/09/29 21:28:37 millert Exp $ +# $OpenBSD: Makefile,v 1.6 1996/09/29 23:04:58 millert Exp $ PROG= skey MAN= skey.1 skeyinfo.1 skeyaudit.1 skeyprune.8 -LINKS= /usr/bin/skey /usr/bin/otp-md5 \ - /usr/bin/skey /usr/bin/otp-md4 \ +LINKS= /usr/bin/skey /usr/bin/otp-md4 \ + /usr/bin/skey /usr/bin/otp-md5 \ /usr/bin/skey /usr/bin/otp-sha1 +MLINKS= skey.1 otp-md4.1 \ + skey.1 otp-md5.1 \ + skey.1 otp-sha1.1 DPADD= ${LIBSKEY} LDADD= -lskey |