summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authortron <tron>1999-07-26 19:47:37 +0000
committertron <tron>1999-07-26 19:47:37 +0000
commite06f6b025d0becc94050910db1e268e28ad0391a (patch)
tree31ce46bb3a9ded6b7247ef7dcac16e37e08c7623 /mk/mk.conf.example
parentd8959b3b986c89232fc571dd0284d589787d39b5 (diff)
downloadpkgsrc-e06f6b025d0becc94050910db1e268e28ad0391a.tar.gz
New variable "USE_INN" to use "inn" instead of "nntclnt" to provide
"inews" binary for newsreaders.
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