summaryrefslogtreecommitdiffstats
path: root/usr.bin/minigzip
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| *-. Sync from headsjg2012-11-041-1/+1
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |/ | |/| | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| |/ |/| | | | | Reduce overlinking
* | MFV: Update zlib to 1.2.7.delphij2012-06-211-1/+1
|/ | | | | | | | (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
* commandline -> command linedelphij2012-05-221-2/+2
| | | | MFC after: 1 week
* Enable mmap for minigzip(1).delphij2010-03-221-3/+6
|
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Mechanically kill hard sentence breaks.ru2004-07-021-3/+6
|
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* mdoc(7) police: markup polishing.ru2002-11-261-1/+1
| | | | Approved by: re
* Actually implement gzip's -c option. minigzip now also doublesjohan2002-10-031-2/+9
| | | | | | | | | | | as zcat properly. PR: 13043 Submitted by: Toshihiko ARAI <toshi@jp.freebsd.org> Jonathan Towne <jontow@twcny.rr.com> Approved by: peter, sheldonh (mentor) MFC After: 2 weeks
* Use `The .Nm utility'charnier2002-04-201-4/+6
|
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add SEE ALSO section including ref to gzip. Add .An.charnier1998-01-051-5/+10
|
* Fixed .PATH statement so that minigzip.c can be found whenbde1997-12-131-2/+2
| | | | ${.OBJDIR} != ${.CURDIR}.
* This framework builds the 'minigzip' sample program supplied withmsmith1997-12-132-0/+74
libz. It is a non-GPL-polluted minimal implementation of the 'gzip' command, yielding a 12k executable (vs ~100k for gzip).
OpenPOWER on IntegriCloud