summaryrefslogtreecommitdiff
path: root/mk/krb5.buildlink3.mk
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-10 19:50:57 +0000
committerjlam <jlam>2004-01-10 19:50:57 +0000
commitc3be5f9a8fa8594698d3f056359077910d6682ee (patch)
tree70b6f5961b1f4888746eb1294503759e4267186e /mk/krb5.buildlink3.mk
parent8f588a0346b3ca804aba9502fd54e0bb5281ab0e (diff)
downloadpkgsrc-c3be5f9a8fa8594698d3f056359077910d6682ee.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}+