Module Name:    src
Committed By:   christos
Date:           Fri Oct 26 22:29:00 UTC 2018

Modified Files:
        src/distrib/utils/x_gzip: Makefile

Log Message:
fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/utils/x_gzip/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/x_gzip/Makefile
diff -u src/distrib/utils/x_gzip/Makefile:1.9 src/distrib/utils/x_gzip/Makefile:1.10
--- src/distrib/utils/x_gzip/Makefile:1.9	Mon Oct  1 13:50:08 2018
+++ src/distrib/utils/x_gzip/Makefile	Fri Oct 26 18:28:59 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2018/10/01 17:50:08 martin Exp $
+#	$NetBSD: Makefile,v 1.10 2018/10/26 22:28:59 christos Exp $
 # Build a tiny limited gzip (i.e. for tiny boot media)
 
 SRCDIR=         ${.CURDIR}/../../../usr.bin/gzip
@@ -10,6 +10,7 @@ CPPFLAGS+=	-DSMALL
 CPPFLAGS+=	-DNO_BZIP2_SUPPORT
 CPPFLAGS+=	-DNO_COMPRESS_SUPPORT
 CPPFLAGS+=	-DNO_PACK_SUPPORT
+CPPFLAGS+=	-DNO_LZ_SUPPORT
 CPPFLAGS+=	${"${USE_XZ_SETS:Uno}"!="no":?:-DNO_XZ_SUPPORT}
 
 # for crunched binaries this does not take effect, also check the

Reply via email to