summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index ebd7316af24..600efbe774e 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.272 2017/04/04 07:44:13 schmonz Exp $
+# $NetBSD: mk.conf,v 1.273 2017/04/09 20:44:41 joerg Exp $
#
# This file provides default values for variables that may be overridden
@@ -105,7 +105,7 @@ PATCH_DEBUG?=
PKG_COMPRESSION?= gzip
# Compression algorithm for binary packages.
-# Possible: gzip, bzip2, none
+# Possible: gzip, bzip2, xz, none
# Default: gzip
# Supersedes the PKG_SUFX option and keeps the name consistent.