diff options
author | Bjorn Sandell <biorn@cvs.openbsd.org> | 2004-10-29 16:25:47 +0000 |
---|---|---|
committer | Bjorn Sandell <biorn@cvs.openbsd.org> | 2004-10-29 16:25:47 +0000 |
commit | aa89409de66e0e300f5c207eca07d1095f913f63 (patch) | |
tree | a71aa0a6db956fec2470a9ab7512b43e0a2f4a59 /lib/libkrb5/Makefile.krb5.inc | |
parent | 1b492e842cb8abf57216d3357963f6b68d3ff64d (diff) |
Merge with heimdal-0.6.3 Tested by beck@, msf@, me and others. ok beck@
Diffstat (limited to 'lib/libkrb5/Makefile.krb5.inc')
-rw-r--r-- | lib/libkrb5/Makefile.krb5.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libkrb5/Makefile.krb5.inc b/lib/libkrb5/Makefile.krb5.inc index 362205f306e..4538ed3f43b 100644 --- a/lib/libkrb5/Makefile.krb5.inc +++ b/lib/libkrb5/Makefile.krb5.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.krb5.inc,v 1.9 2004/02/03 13:40:55 hin Exp $ +# $OpenBSD: Makefile.krb5.inc,v 1.10 2004/10/29 16:25:34 biorn Exp $ DIR_KRB5INC= ${.CURDIR}/../../kerberosV/include DIR_KRB5LIB= ${KRB5SRC}/lib/krb5 @@ -132,6 +132,11 @@ MAN+= krb5_unparse_name.3 MAN+= krb5_verify_user.3 MLINKS+=krb5_verify_user.3 krb5_verify_user_lrealm.3 +MAN+= krb5_set_password.3 +MLINKS+=krb5_set_password.3 krb5_change_password.3 +MLINKS+=krb5_set_password.3 krb5_set_password_using_ccache.3 + + .PATH: ${DIR_KRB5LIB} gen_files_krb5= \ |