diff options
author | imp <imp@FreeBSD.org> | 2003-04-27 05:40:53 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-04-27 05:40:53 +0000 |
commit | 5c895138a7266581c91e9093768fc9104eb9baed (patch) | |
tree | 3497b4d8d104e316ba39e3793227ed5b1c229ef0 | |
parent | f54e8f3fedefaf87cef2436e100b580e35c5fa34 (diff) | |
download | FreeBSD-src-5c895138a7266581c91e9093768fc9104eb9baed.zip FreeBSD-src-5c895138a7266581c91e9093768fc9104eb9baed.tar.gz |
Update to reflect tw removal.
Approved by: re@ (scottl)
-rw-r--r-- | sys/conf/files.i386 | 1 | ||||
-rw-r--r-- | sys/conf/files.pc98 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index f72e03b..8f188b5 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -294,7 +294,6 @@ i386/isa/spic.c optional spic i386/isa/spigot.c count spigot i386/isa/spkr.c optional speaker i386/isa/stallion.c optional stl nowerror -i386/isa/tw.c count tw i386/isa/vesa.c optional vga vesa i386/isa/wt.c count wt i386/linux/imgact_linux.c optional compat_linux diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index f5b1974..26ffdbf 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -244,7 +244,6 @@ i386/isa/prof_machdep.c optional profiling-routine i386/isa/spkr.c optional speaker i386/isa/spigot.c count spigot i386/isa/stallion.c optional stl nowerror -i386/isa/tw.c count tw i386/isa/wt.c count wt i386/linux/imgact_linux.c optional compat_linux i386/linux/linux_dummy.c optional compat_linux |