diff options
author | kato <kato@FreeBSD.org> | 1999-04-10 04:42:46 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-04-10 04:42:46 +0000 |
commit | 57cf6ac34b59e15c9a47ee6eeb52ae4288924a52 (patch) | |
tree | b245af4ad9787f63e37b23e7634ccc78e932a699 /sys/pc98 | |
parent | c3355422b5130c0601e21eadccfba52cf5ba0b19 (diff) | |
download | FreeBSD-src-57cf6ac34b59e15c9a47ee6eeb52ae4288924a52.zip FreeBSD-src-57cf6ac34b59e15c9a47ee6eeb52ae4288924a52.tar.gz |
Sync with sys/i386/conf/files.i386 revision 1.233.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/files.pc98 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98 index 702e5ff..b85515c 100644 --- a/sys/pc98/conf/files.pc98 +++ b/sys/pc98/conf/files.pc98 @@ -3,7 +3,7 @@ # # modified for PC-9801 # -# $Id: files.pc98,v 1.87 1999/04/01 13:40:47 kato Exp $ +# $Id: files.pc98,v 1.88 1999/04/02 08:51:06 kato Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -71,6 +71,7 @@ i386/i386/initcpu.c standard pc98/i386/machdep.c standard i386/i386/math_emulate.c optional math_emulate i386/i386/mem.c standard +i386/i386/i686_mem.c standard i386/i386/mp_machdep.c optional smp i386/i386/mpapic.c optional smp i386/i386/mpboot.s optional smp |