Module Name:    src
Committed By:   bouyer
Date:           Mon Mar 16 21:20:42 UTC 2015

Modified Files:
        src/distrib/utils/x_gzip [netbsd-5-1]: Makefile

Log Message:
usr.bin/gzip/Makefile                           patch
usr.bin/gzip/gzip.1                             1.20-1.24
usr.bin/gzip/gzip.c                             1.98-1.107
usr.bin/gzip/zuncompress.c                      1.7-1.8
distrib/utils/x_gzip/Makefile                   patch

        Sync gzip core with HEAD.
        [mrg, ticket #1951]


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.48.1 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.7 src/distrib/utils/x_gzip/Makefile:1.7.48.1
--- src/distrib/utils/x_gzip/Makefile:1.7	Sun Mar 28 04:10:43 2004
+++ src/distrib/utils/x_gzip/Makefile	Mon Mar 16 21:20:41 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2004/03/28 04:10:43 mrg Exp $
+#	$NetBSD: Makefile,v 1.7.48.1 2015/03/16 21:20:41 bouyer Exp $
 # Build a tiny limited gzip (i.e. for tiny boot media)
 
 SRCDIR=         ${.CURDIR}/../../../usr.bin/gzip
@@ -6,7 +6,7 @@ SRCDIR=         ${.CURDIR}/../../../usr.
 PROG=		gzip
 NOMAN=		# defined
 
-CPPFLAGS+=	-DSMALL -DNO_BZIP2_SUPPORT -DNO_COMPRESS_SUPPORT
+CPPFLAGS+=	-DSMALL -DNO_BZIP2_SUPPORT -DNO_COMPRESS_SUPPORT -DNO_XZ_SUPPORT
 
 DPADD=		${LIBZ}
 LDADD=		-lz

Reply via email to