Allow mk.conf to actually overwrite USE_PKG_ADMIN_DIGEST.

This commit is contained in:
joerg 2020-03-27 20:57:34 +00:00
parent eda029f277
commit 4347ed3fcc

View file

@ -1,4 +1,4 @@
# $NetBSD: mk.conf,v 1.307 2020/03/12 16:57:23 gdt Exp $
# $NetBSD: mk.conf,v 1.308 2020/03/27 20:57:34 joerg Exp $
#
# This file provides default values for variables that may be overridden
@ -22,7 +22,7 @@ USE_CWRAPPERS?= auto
# Possible: yes, no, auto
# Default: auto (automatic detection, see above)
USE_PKG_ADMIN_DIGEST= no
USE_PKG_ADMIN_DIGEST?= no
# Record file digests instead of extracing the NetBSD RCS ID from files.
#
# Possible: yes, no