summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-12-10 03:55:47 +0000
committerhubertf <hubertf>1999-12-10 03:55:47 +0000
commit2df9781b9685bf5fd6d1af6ce86a7553e5eee6b0 (patch)
treed56d0adf2af5d2886a2db11f6f50b5e09d1b52c9 /mk
parent307be9a27d78207c11097968fcf2ce6a6167ae64 (diff)
downloadpkgsrc-2df9781b9685bf5fd6d1af6ce86a7553e5eee6b0.tar.gz
document JDK_HOME
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 90e15115522..560ba767f88 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.107 1999/12/01 22:20:03 tron Exp $
+# $NetBSD: mk.conf.example,v 1.108 1999/12/10 03:55:47 hubertf Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -316,6 +316,11 @@
# Possible: any valid mail alias
# default: none
+#JDK_HOME=
+# Used by the lang/JDK package to relocate it.
+# Possible: any dir, e.g. /usr/jdk
+# default: ${LOCALBASE}/JDK
+
#KERBEROS=
# Used in many packages to specify use of a Kerberos (or compatible)
# subsystem. Requires Kerberos libraries in /usr/lib.