diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 1997-08-28 14:36:56 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 1997-08-28 14:36:56 +0000 |
| commit | 5f07393373c8129e9ee8b7c470b65779f08df195 (patch) | |
| tree | 5ff457d719d48f434bf7ee2d805c6bf276fa52b2 /sys/conf | |
| parent | 53202ce57adca0cd7dd5b808c8ff024dc828a345 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 9d7f07d89c00..749078c010b4 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.171 1997/08/14 14:03:27 msmith Exp $ +# $Id: files.i386,v 1.172 1997/08/28 12:18:08 jkh Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/*.[chyl]" \ @@ -81,6 +81,7 @@ i386/i386/sys_machdep.c standard i386/i386/trap.c standard i386/i386/userconfig.c optional userconfig i386/i386/vm_machdep.c standard +i386/i386/vm86.c optional vm86 i386/ibcs2/ibcs2_fcntl.c optional ibcs2 i386/ibcs2/ibcs2_stat.c optional ibcs2 i386/ibcs2/ibcs2_ipc.c optional ibcs2 |
