diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-23 21:34:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-23 21:34:41 +0000 |
commit | f315b97f9549528f1f2dd99523730cd63407f7fb (patch) | |
tree | 9863d9ad68e97c3a96bbba218066f4cbc564e82a /lib/libskey/Makefile | |
parent | c0092311ffa0074642cf2776cf72aad553099229 (diff) |
Document our S/Key library.
Diffstat (limited to 'lib/libskey/Makefile')
-rw-r--r-- | lib/libskey/Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile index 714b31da9c1..d86337fdf79 100644 --- a/lib/libskey/Makefile +++ b/lib/libskey/Makefile @@ -1,9 +1,18 @@ -# $OpenBSD: Makefile,v 1.5 2000/03/02 00:29:51 todd Exp $ +# $OpenBSD: Makefile,v 1.6 2001/06/23 21:34:40 millert Exp $ LIB= skey SRCS= skeylogin.c skeysubr.c put.c HDRS= skey.h -#CFLAGS+= -DSKEY_MDX_DEFAULT=4 +MAN+= skey.3 +MLINKS+=skey.3 atob8.3 skey.3 backspace.3 skey.3 btoa8.3 skey.3 btoe.3 \ + skey.3 etob.3 skey.3 f.3 skey.3 htoi.3 skey.3 keycrunch.3 \ + skey.3 put8.3 skey.3 readpass.3 skey.3 readskey.3 skey.3 rip.3 \ + skey.3 sevenbit.3 skey.3 skey_authenticate.3 \ + skey.3 skey_get_algorithm.3 skey.3 skey_haskey.3 skey.3 skey_keyinfo.3 \ + skey.3 skey_passcheck.3 skey.3 skey_set_algorithm.3 \ + skey.3 skey_unlock.3 skey.3 skeychallenge.3 skey.3 skeygetnext.3 \ + skey.3 skeylookup.3 skey.3 skeyverify.3 skey.3 skeyzero.3 \ + skey.3 skipspace.3 includes: @cd ${.CURDIR}; for i in $(HDRS); do \ |