summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libkrb5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/lib/libkrb5/Makefile')
-rw-r--r--kerberos5/lib/libkrb5/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/kerberos5/lib/libkrb5/Makefile b/kerberos5/lib/libkrb5/Makefile
index c818687..c0659a8 100644
--- a/kerberos5/lib/libkrb5/Makefile
+++ b/kerberos5/lib/libkrb5/Makefile
@@ -37,6 +37,7 @@ SRCS= \
crypto.c \
data.c \
eai_to_heim_errno.c \
+ error_string.c \
expand_hostname.c \
fcache.c \
free.c \
@@ -58,6 +59,7 @@ SRCS= \
init_creds_pw.c \
keyblock.c \
keytab.c \
+ keytab_any.c \
keytab_file.c \
keytab_memory.c \
keytab_keyfile.c \
@@ -112,6 +114,29 @@ SRCS= \
INCLUDES=${KRB5DIR}/lib/krb5/krb5.h ${.CURDIR}/../../include/krb5-types.h \
${KRB5DIR}/lib/krb5/krb5-protos.h heim_err.h krb5_err.h
+MAN3= \
+ krb5_425_conv_principal.3 \
+ krb5_appdefault.3 \
+ krb5_auth_context.3 \
+ krb5_build_principal.3 \
+ krb5_config.3 \
+ krb5_context.3 \
+ krb5_free_principal.3 \
+ krb5_init_context.3 \
+ krb5_keytab.3 \
+ krb5_openlog.3 \
+ krb5_parse_name.3 \
+ krb5_sname_to_principal.3 \
+ krb5_unparse_name.3 \
+ krb5_warn.3
+
+MAN5= \
+ krb5.conf.5
+
+MAN8= \
+ kerberos.8 \
+ verify_krb5_conf.8
+
.include <bsd.lib.mk>
.PATH: ${KRB5DIR}/lib/krb5
OpenPOWER on IntegriCloud