diff options
| -rw-r--r-- | sys/conf/files.i386 | 3 | ||||
| -rw-r--r-- | sys/i386/conf/files.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 17f4db974a11..8ce6a116ec03 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.52 1994/10/01 17:59:27 davidg Exp $ +# $Id: files.i386,v 1.53 1994/10/12 03:56:49 se Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -39,6 +39,7 @@ i386/ibcs2/ibcs2_stats.c optional ibcs2 i386/ibcs2/ibcs2_sysent.c optional ibcs2 i386/ibcs2/ibcs2_sysi86.c optional ibcs2 i386/ibcs2/ibcs2_xenix.c optional ibcs2 +i386/ibcs2/ibcs2_socksys.c optional ibcs2 i386/ibcs2/imgact_coff.c optional ibcs2 #i386/ibcs2/imgact_xout.c optional ibcs2 #i386/ibcs2/imgact_elf.c optional svr4 diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 17f4db974a11..8ce6a116ec03 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/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.52 1994/10/01 17:59:27 davidg Exp $ +# $Id: files.i386,v 1.53 1994/10/12 03:56:49 se Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -39,6 +39,7 @@ i386/ibcs2/ibcs2_stats.c optional ibcs2 i386/ibcs2/ibcs2_sysent.c optional ibcs2 i386/ibcs2/ibcs2_sysi86.c optional ibcs2 i386/ibcs2/ibcs2_xenix.c optional ibcs2 +i386/ibcs2/ibcs2_socksys.c optional ibcs2 i386/ibcs2/imgact_coff.c optional ibcs2 #i386/ibcs2/imgact_xout.c optional ibcs2 #i386/ibcs2/imgact_elf.c optional svr4 |
