From e610a94345533fdd17e2cc325add8a5c029aed7a Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Tue, 1 Jun 1999 11:16:23 +0000 Subject: [PATCH] Correct dumb mistake in previous commit. --- sys/conf/files.i386 | 4 ++-- sys/i386/conf/files.i386 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index e5b0ffed334c..fea45b989787 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.243 1999/05/31 18:33:18 dfr Exp $ +# $Id: files.i386,v 1.244 1999/06/01 09:02:27 dfr Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -136,7 +136,7 @@ i386/isa/cy.c optional cy device-driver i386/isa/diskslice_machdep.c standard i386/isa/elink.c optional ep device-driver i386/isa/elink.c optional ie device-driver -i386/isa/fd.c optional fd device-driver +isa/fd.c optional fd device-driver i386/isa/fla.c optional fla device-driver i386/isa/gpib.c optional gp device-driver i386/isa/asc.c optional asc device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index e5b0ffed334c..fea45b989787 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.243 1999/05/31 18:33:18 dfr Exp $ +# $Id: files.i386,v 1.244 1999/06/01 09:02:27 dfr Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -136,7 +136,7 @@ i386/isa/cy.c optional cy device-driver i386/isa/diskslice_machdep.c standard i386/isa/elink.c optional ep device-driver i386/isa/elink.c optional ie device-driver -i386/isa/fd.c optional fd device-driver +isa/fd.c optional fd device-driver i386/isa/fla.c optional fla device-driver i386/isa/gpib.c optional gp device-driver i386/isa/asc.c optional asc device-driver