summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>1999-06-21 08:46:18 +0000
committerjlam <jlam>1999-06-21 08:46:18 +0000
commitd5a0a0e71ddeeba80b38f6786bd9187c9692d4c4 (patch)
tree73e2a171d748f4a5538cff5b81125d92e26d5860 /mk
parentc57880c80d50197793e768760e86feb721d324a9 (diff)
downloadpkgsrc-d5a0a0e71ddeeba80b38f6786bd9187c9692d4c4.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