summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example18
1 files changed, 7 insertions, 11 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index fa57b7db1e0..23b94093991 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.52 1999/04/24 19:48:23 tron Exp $
+# $NetBSD: mk.conf.example,v 1.53 1999/05/03 23:39:22 tv Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -210,16 +210,6 @@
# Possible: not defined, YES.
# Default: not defined.
-#MAKE_EBONES= # Used in fetchmail and zephyr to specify use
- # of non-USA Kerberos-compatible subsystem.
- # Possible: defined, not defined
- # Default: not defined
-
-#MAKE_KERBEROS4= # Used in the fetchmail package to specify use
- # of Kerberos subsystem.
- # Possible: defined, not defined
- # Default: not defined
-
#MUTT_INTERNATIONAL= yes # Used to decide if international export
# restricted version of "mutt" is built.
# Possible: not defined, YES
@@ -267,6 +257,12 @@ PAPERSIZE= A4 # Default paper size for packages.
# Possible: YES, or NO.
# Default: NO
+#USE_KERBEROS4= # Used in many packages to specify use of
+ # Kerberos 4 (or a compatible) subsystem.
+ # Requires Kerberos libraries in /usr/lib.
+ # Possible: defined, not defined
+ # Default: not defined
+
#USE_MENUS= # Used in xvile package to build in support for
# menus.
# Possible: defined, not defined