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.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index f9b500236f2..d4294420dd7 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.63 1999/07/19 00:14:34 tron Exp $
+# $NetBSD: mk.conf.example,v 1.64 1999/07/26 19:47:37 tron Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -317,6 +317,12 @@ PAPERSIZE= A4 # Default paper size for packages.
# Possible: defined, not defined
# Default: not defined
+#USE_INN= # Used in many packages to specify use of
+ # "inn" instead of "nntpclnt" package to
+ # provide "inews" binary.
+ # Possible: not defined, YES
+ # Default: not defined
+
#USE_MENUS= # Used in xvile package to build in support for
# menus.
# Possible: defined, not defined