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.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index a86df992404..0a1090a1a3f 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.153 2000/09/09 16:34:44 veego Exp $
+# $NetBSD: mk.conf.example,v 1.154 2000/09/09 18:45:16 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
+# If not YES or yes, don't fetch, build or install crypto packages.
+# Possible: not defined, no
+# Default: yes
+
#OBJMACHINE=
# use machine-specific object directories, e.g. work.i386, work.sparc
# Possible: defined, not defined