Module Name: src
Committed By: apb
Date: Mon Jan 27 07:57:28 UTC 2014
Modified Files:
src/share/mk: bsd.README
Log Message:
Document TOOL_GZIP.
To generate a diff of this commit:
cvs rdiff -u -r1.326 -r1.327 src/share/mk/bsd.README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.326 src/share/mk/bsd.README:1.327
--- src/share/mk/bsd.README:1.326 Thu Jan 16 01:19:46 2014
+++ src/share/mk/bsd.README Mon Jan 27 07:57:28 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.326 2014/01/16 01:19:46 christos Exp $
+# $NetBSD: bsd.README,v 1.327 2014/01/27 07:57:28 apb Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -463,8 +463,8 @@ USE_YP If "no", disables building YP (N
If ${MKYP} is "no", USE_YP will also be forced to "no".
USE_PIGZGZIP If "no", use the host "gzip" program to compress things.
- Otherwise, build tools/pigz and use nbpigz to compress
- things.
+ Otherwise, build tools/pigz, set TOOL_GZIP=${TOOL_PIGZ},
+ and use nbpigz to compress things.
Default: "no".
X11FLAVOUR Set to "Xorg" or "XFree86", depending on whether to build
@@ -786,6 +786,8 @@ TOOL_GREP Print lines matching a patter
TOOL_GROFF Front end for groff document formatting system. [groff]
+TOOL_GZIP Compression/decompression tool. [gzip]
+
TOOL_HEXDUMP Ascii, decimal, hexadecimal, octal dump. [hexdump]
TOOL_HP300MKBOOT Make bootable image for hp300. [hp300-mkboot]