summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gzip/Makefile
AgeCommit message (Collapse)Author
1997-07-06zcat is now in compressMichael Shalayeff
1997-06-03Build gzip with "DYN_ALLOC" set for architectures other than the ones thatgrr
use the assembly language match routine. This makes g*zip malloc its big buffers and saves about 300KB of bss allocation when used in instbin and is otherwise harmless. The assembly routines could be tweaked to work this way too, but it would require a bit of head-scratching to find a free register for working with a pointer rather than an offset.
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-01-26Add missing documentation; build and install it.Jason Downs
1996-09-16Use $STATICJason Downs
1996-08-22__OpenBSD__Theo de Raadt
1996-08-20R.I.P.Thorsten Lockert
1995-12-14update from netbsd; parallel make stuffTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt