History log of /freebsd-10-stable/usr.bin/minigzip/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 312375 18-Jan-2017 delphij

MFC r311275: Restructure libz.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 237410 21-Jun-2012 delphij

MFV: Update zlib to 1.2.7.

(x86 assembler optimization disabled for now because it
requires the new .cfi_* directives that is not supported
by base system binutils).

MFC after: 1 week


# 205472 22-Mar-2010 delphij

Enable mmap for minigzip(1).


# 201386 02-Jan-2010 ed

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


# 125503 05-Feb-2004 ru

Fixed style of DPADD and LDADD assignments as per style.Makefile(5).


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 31702 13-Dec-1997 bde

Fixed .PATH statement so that minigzip.c can be found when
${.OBJDIR} != ${.CURDIR}.


# 31696 13-Dec-1997 msmith

This commit was generated by cvs2svn to compensate for changes in r31695,
which included commits to RCS files with non-trunk default branches.


# 31695 13-Dec-1997 msmith

This framework builds the 'minigzip' sample program supplied with
libz. It is a non-GPL-polluted minimal implementation of the 'gzip'
command, yielding a 12k executable (vs ~100k for gzip).