diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-07 09:35:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-07 09:35:15 +0000 |
commit | a7148fef90a45b1e2cc8c4481cb82af199be0b8a (patch) | |
tree | 43ed3864854aa34c36edc2853955c0c8073a15e7 /mk/defaults | |
parent | 7801ac4e2d995417dced1c0ea757c04051c86b28 (diff) | |
download | pkgsrc-a7148fef90a45b1e2cc8c4481cb82af199be0b8a.tar.gz |
mk: revert unintended commit
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 11 |
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. # |