Tue Jun 7 09:35:15 2022 UTC ()
mk: revert unintended commit


(wiz)
diff -r1.332 -r1.333 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.332 -r1.333 pkgsrc/mk/defaults/mk.conf (expand / switch to context diff)
--- pkgsrc/mk/defaults/mk.conf 2022/06/07 09:34:50 1.332
+++ pkgsrc/mk/defaults/mk.conf 2022/06/07 09:35:15 1.333
@@ -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
@@ -21,15 +21,6 @@
 #
 # 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.