summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-06-04 09:05:18 +0000
committerwiz <wiz@pkgsrc.org>2022-06-04 09:05:18 +0000
commit2530aabe1352995cb21e7cc6ddbea58276345bfc (patch)
treec27c06c94baa21de5dbd2729a46df5ca93f90061 /mk
parent85505ffb313cec8213c2ffdba3c0ae5e8312e3b8 (diff)
downloadpkgsrc-2530aabe1352995cb21e7cc6ddbea58276345bfc.tar.gz
mk: revert unintended commit
Diffstat (limited to 'mk')
-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 91ecce5ce67..040f3eaa843 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.330 2022/06/04 09:04:27 wiz Exp $
+# $NetBSD: mk.conf,v 1.331 2022/06/04 09:05:18 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.
#