summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-09-06 20:28:32 +0000
committerfredb <fredb@pkgsrc.org>2000-09-06 20:28:32 +0000
commitb2fd29e9541f0db2f58865d6dba6070bd9f7e1bb (patch)
treea260f67cbd732755e86342ee6d99bac48881259f /mk/mk.conf.example
parenta4783f72333ce94aad383db217904ed311f1c383 (diff)
downloadpkgsrc-b2fd29e9541f0db2f58865d6dba6070bd9f7e1bb.tar.gz
Introduce a new category, "crypto", with a special property: If the user
sets MKCRYPTO=no, packages in this category won't be fetched, installed, built, or packaged. Also, binary package users forbidden, by law, from using strong cryptography would presumably find the list on the category's automatically generated web page useful for ensuring compliance.
Diffstat (limited to 'mk/mk.conf.example')
-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 05e037de728..dea41c9d667 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.150 2000/09/06 18:39:24 fredb Exp $
+# $NetBSD: mk.conf.example,v 1.151 2000/09/06 20:28:33 fredb Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -30,6 +30,11 @@
# Possible: defined, not defined
# Default: not defined
+#MKCRYPTO= no
+# Don't fetch, build or install any package in the "crypto" category.
+# Possible: not defined, YES, defined
+# Default: not defined (same as YES)
+
#OBJMACHINE=
# use machine-specific object directories, e.g. work.i386, work.sparc
# Possible: defined, not defined