summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-06-21 08:46:18 +0000
committerjlam <jlam@pkgsrc.org>1999-06-21 08:46:18 +0000
commit961a88367b5909441ff8eb74132788632b17c1fd (patch)
tree73e2a171d748f4a5538cff5b81125d92e26d5860 /mk
parentf7d2c9105a4a555c2d2953e3844fc71f6fd24470 (diff)
downloadpkgsrc-961a88367b5909441ff8eb74132788632b17c1fd.tar.gz
Document new option "NS_ENCRYPTION" which is used to decided whether to
install the export or US version of Netscape.
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 65a496251cf..17237f0ac6c 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.56 1999/06/08 18:25:09 bad Exp $
+# $NetBSD: mk.conf.example,v 1.57 1999/06/21 08:46:18 jlam Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -244,6 +244,11 @@ NMH_MTA= smtp # default MTA for use in nmh.
# Possible: smtp or sendmail.
# Default: smtp
+#NS_ENCRYPTION= us # Used to decide if export or US version
+ # of Netscape should be installed.
+ # Possible: export, us
+ # Default: export
+
#NOMANINSTALL= # Used in expact package to stop installation
# of manual pages.
# Possible: defined, not defined