summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/mk.conf.example12
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 714a0b1e279..03c9968d925 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.196 2001/04/14 19:42:53 kim Exp $
+# $NetBSD: mk.conf.example,v 1.197 2001/04/18 00:38:29 kei Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -532,6 +532,16 @@
# Possible: not defined, defined
# Default: not defined
+#TEXMFSITE=
+# Used in TeXfamily package which depends on teTeX package to specify
+# site-local texmf configuration.
+# Since teTeX package uses ${PREFIX}/share/texmf directory, TeXfamily
+# package uses ${PREFIX}/share/texmf.local. Therefore, though you can
+# use /usr/local/share/texmf as TEXMFSITE, it causes a conflict if you
+# set ${PREFIX} to /usr/local. Use another path in such a case.
+# Possible: any valid path
+# Default: none
+
#LIBWRAP_FWD=
# Used in ssh package to make libwrap also compare against forwarded
# connection attempts