aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bzip2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-1/+1
| | | | | | | | | | | | Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence on: arch@ (twice) Notes: svn path=/head/; revision=315170
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Update for bzip2 1.0.4 import.Xin LI2007-03-281-2/+0
| | | | Notes: svn path=/head/; revision=167979
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* /rescue/b{,un}zip exists, so build this dynamically now.David E. O'Brien2003-11-171-2/+0
| | | | Notes: svn path=/head/; revision=122836
* Remove MAINTAINER lines.David E. O'Brien2003-06-141-2/+0
| | | | Notes: svn path=/head/; revision=116346
* Build/install bzip2 documentation (info page).Maxim Sobolev2001-07-121-0/+2
| | | | Notes: svn path=/head/; revision=79635
* style nitDavid E. O'Brien2001-07-091-1/+1
| | | | Notes: svn path=/head/; revision=79496
* Fix editor'o where I lost the `+'.David E. O'Brien2001-06-291-1/+1
| | | | Notes: svn path=/head/; revision=78967
* By default link statically (like we did in the port) - it provides 8-10%Maxim Sobolev2001-06-231-0/+2
| | | | | | | faster comperssion, which in the bzip2's case could be a big win. Notes: svn path=/head/; revision=78663
* Add the Bzip2 binaries. These are starting to get used more and moreDavid E. O'Brien2001-06-211-0/+52
in the base system. Notes: svn path=/head/; revision=78562