summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-06-07 09:35:15 +0000
committerwiz <wiz@pkgsrc.org>2022-06-07 09:35:15 +0000
commita7148fef90a45b1e2cc8c4481cb82af199be0b8a (patch)
tree43ed3864854aa34c36edc2853955c0c8073a15e7 /mk/defaults
parent7801ac4e2d995417dced1c0ea757c04051c86b28 (diff)
downloadpkgsrc-a7148fef90a45b1e2cc8c4481cb82af199be0b8a.tar.gz
mk: revert unintended commit
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf11
1 files changed, 1 insertions, 10 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index c646379359a..f875be7353c 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.332 2022/06/07 09:34:50 wiz Exp $
+# $NetBSD: mk.conf,v 1.333 2022/06/07 09:35:15 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -22,15 +22,6 @@ USE_CWRAPPERS?= auto
# Possible: yes, no, auto
# Default: auto (automatic detection, see above)
-USE_MKTOOLS?= no
-# Use C-based tools for various parts of the infrastructure instead of the
-# slower shell-based constructs. Significantly improves performance, but
-# not enabled by default until portability across all platforms has been
-# confirmed.
-#
-# Possible: yes, no
-# Default: no
-
USE_PKG_ADMIN_DIGEST?= no
# Record file digests instead of extracing the NetBSD RCS ID from files.
#