aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-12-03 00:16:20 +0000
committerMike Smith <msmith@FreeBSD.org>1999-12-03 00:16:20 +0000
commit42264206956ef2835eb45555fa7c97a36d028487 (patch)
treeb254eaca50be663de4efbb5594a73f5ed69a3775 /sys
parent417c1d79a48ee75f8774be2fe9c775383c2ba1f3 (diff)
downloadsrc-42264206956ef2835eb45555fa7c97a36d028487.tar.gz
src-42264206956ef2835eb45555fa7c97a36d028487.zip
Remove the 'gzip' image activator. We're not using a.out anymore, so save
ourselves just over 8k.
Notes
Notes: svn path=/head/; revision=54046
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/i386/conf/GENERIC1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index ccb9bfdd44b0..9f6702e86e53 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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.
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index ccb9bfdd44b0..9f6702e86e53 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -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.