mrg
441b3b4dac
include bsd.own.mk to ensure that USE_XZ_SETS is set properly before using it.
...
this should fix PR#56919.
2022-07-10 04:01:07 +00:00
rin
58c9080053
Manifest that we need liblzma only when USE_XZ_SETS is enabled.
2020-06-03 07:06:18 +00:00
christos
05a9a2fa5c
fixed.
2018-10-26 22:28:59 +00:00
martin
8311c2da83
Make gzip on some crunched install media support xz decompression
...
(just like our base version does).
2018-10-01 17:50:08 +00:00
tsutsui
326d8524e2
Add -DNO_PACK_SUPPORT and -DNO_XZ_SUPPORT to CPPFLAGS to omit
...
extra algorithm not used in installer.
XXX: should we use positive options in usr.bin/gzip/Makefile?
2011-06-19 01:25:35 +00:00
mrg
79e6177746
delete these old sources. use usr.bin/gzip sources but disable a lot of
...
stuff: bz2 support, compress support, many non-required options.
now x_gzip supports "gzip -l" so sysinst should work for these platforms.
gzip will grow slightly - 400 or so bytes on x86 - but this is a small
price to pay for working -l support...
2004-03-28 04:10:43 +00:00
simonb
5f17a878b1
ANSIfy, de-__P(), minor KNF.
2003-12-22 02:05:10 +00:00
itojun
4b276b6083
use bounded string op
2003-08-06 13:56:58 +00:00
wiz
f5bbe120f9
Whitespace nit, sort sections, drop trailing dot in SEE ALSO.
2002-01-15 02:31:31 +00:00
tv
7ec460046d
Major readability cleanup; nuke redundancies; MKfoo=no -> NOfoo=.
2001-12-12 00:05:09 +00:00
jmc
0eadbed94d
Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimization
...
levels
2001-10-05 01:17:27 +00:00
martin
c45ea630d3
Drop ``-Os'' on sparc64 due to toolchain issues.
...
The same change has already been applied on the 1.5 branch. The problems
(i.e. ifconfig not showing IP addresses) have been verified to still exist
with the new toolchain.
2001-08-20 12:19:43 +00:00
cgd
668a4dd967
convert to use getprogname()
2001-02-19 22:39:39 +00:00
lukem
de983b4cb1
use more standard %ll_ in favour of %q_
2001-01-04 16:17:14 +00:00
matt
9b64288b04
Part II. Link everything -static since that's what want for crunchgen
...
later on.
2000-05-18 01:10:22 +00:00
matt
e123fd0f5a
Compile things with -Os. I wonder if compiling -Mno-pic for mips and vax
...
would shrink them even more?
2000-05-18 00:43:05 +00:00
mrg
8eff781723
add my zlib-based gzip for installs.
1998-06-06 06:11:19 +00:00