summaryrefslogtreecommitdiff
path: root/mk/krb5.buildlink3.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-10 19:50:57 +0000
committerjlam <jlam@pkgsrc.org>2004-01-10 19:50:57 +0000
commit179159a2a8a5a467bc4bfd3528cc09961c61da37 (patch)
tree70b6f5961b1f4888746eb1294503759e4267186e /mk/krb5.buildlink3.mk
parentce9162e300a26005731d7d8c1f28a63800f1214d (diff)
downloadpkgsrc-179159a2a8a5a467bc4bfd3528cc09961c61da37.tar.gz
Document the variables set and used by this file.
Diffstat (limited to 'mk/krb5.buildlink3.mk')
-rw-r--r--mk/krb5.buildlink3.mk17
1 files changed, 16 insertions, 1 deletions
diff --git a/mk/krb5.buildlink3.mk b/mk/krb5.buildlink3.mk
index ac55596f0ad..eb4f0697402 100644
--- a/mk/krb5.buildlink3.mk
+++ b/mk/krb5.buildlink3.mk
@@ -1,4 +1,19 @@
-# $NetBSD: krb5.buildlink3.mk,v 1.1 2004/01/10 15:29:34 jlam Exp $
+# $NetBSD: krb5.buildlink3.mk,v 1.2 2004/01/10 19:50:57 jlam Exp $
+#
+# This Makefile fragment is meant to be included by packages that
+# require a Kerberos 5 implementation. krb5.buildlink3.mk will:
+#
+# * set KRB5BASE to the base directory of the Kerberos 5 files;
+# * set KRB5_TYPE to the Kerberos 5 implementation used.
+#
+# There are two variables that can be used to tweak the selection of
+# the Kerberos 5 implementation:
+#
+# KRB5_DEFAULT is a user-settable variable whose value is the default
+# Kerberos 5 implementation to use.
+#
+# KRB5_ACCEPTED is a package-settable list of Kerberos 5 implementations
+# that may be used by the package.
KRB5_BUILDLINK3_MK:= ${KRB5_BUILDLINK3_MK}+