Remove the 'gzip' image activator. We're not using a.out anymore, so save

ourselves just over 8k.
This commit is contained in:
Mike Smith 1999-12-03 00:16:20 +00:00
parent 417c1d79a4
commit 4226420695
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54046
2 changed files with 0 additions and 2 deletions

View File

@ -222,7 +222,6 @@ pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
pseudo-device md # Memory "disks"
# The `bpf' pseudo-device enables the Berkeley Packet Filter.

View File

@ -222,7 +222,6 @@ pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
pseudo-device md # Memory "disks"
# The `bpf' pseudo-device enables the Berkeley Packet Filter.