diff options
-rw-r--r-- | sys/conf/files.i386 | 3 | ||||
-rw-r--r-- | sys/i386/conf/files.i386 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index e889845..6bea001 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.87 1995/03/02 07:34:38 jkh Exp $ +# $Id: files.i386,v 1.89 1995/03/12 23:43:15 swallace Exp $ # aic7xxx optional ahc device-driver \ dependency "$S/gnu/misc/aic7xxx/aic7xxx.c" \ @@ -102,7 +102,6 @@ i386/isa/pcvt/pcvt_kbd.c optional vt device-driver i386/isa/pcvt/pcvt_out.c optional vt device-driver i386/isa/pcvt/pcvt_sup.c optional vt device-driver i386/isa/pcvt/pcvt_vtf.c optional vt device-driver -i386/isa/prof_machdep.c optional profiling-routine i386/isa/psm.c optional psm device-driver i386/isa/readMBR.c standard i386/isa/seagate.c optional sea device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index e889845..6bea001 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.87 1995/03/02 07:34:38 jkh Exp $ +# $Id: files.i386,v 1.89 1995/03/12 23:43:15 swallace Exp $ # aic7xxx optional ahc device-driver \ dependency "$S/gnu/misc/aic7xxx/aic7xxx.c" \ @@ -102,7 +102,6 @@ i386/isa/pcvt/pcvt_kbd.c optional vt device-driver i386/isa/pcvt/pcvt_out.c optional vt device-driver i386/isa/pcvt/pcvt_sup.c optional vt device-driver i386/isa/pcvt/pcvt_vtf.c optional vt device-driver -i386/isa/prof_machdep.c optional profiling-routine i386/isa/psm.c optional psm device-driver i386/isa/readMBR.c standard i386/isa/seagate.c optional sea device-driver |