diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1999-02-11 07:11:00 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1999-02-11 07:11:00 +0000 |
| commit | ef3c268fde789d52e18528eb537f35ef24bc3cb1 (patch) | |
| tree | b5039f6ba9ca276e20a1f961048d5419413219ae | |
| parent | 03c4f58aa337ed2aae657ba58e67020da5e59b9e (diff) | |
Notes
| -rw-r--r-- | sys/conf/files.i386 | 4 | ||||
| -rw-r--r-- | 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 ffb26d3cf6c1..df4acc3ee255 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.220 1999/01/20 03:29:52 msmith Exp $ +# $Id: files.i386,v 1.221 1999/02/10 02:41:23 des Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -40,7 +40,7 @@ i386/apm/apm_setup.s optional apm i386/eisa/dpt_eisa.c optional eisa dpt device-driver i386/eisa/3c5x9.c optional ep device-driver i386/eisa/adv_eisa.c optional adv device-driver -i386/eisa/ahc_eisa.c optional ahc device-driver \ +i386/eisa/ahc_eisa.c optional eisa ahc device-driver \ dependency "aic7xxx_reg.h $S/i386/eisa/ahc_eisa.c" i386/eisa/ahb.c optional ahb device-driver i386/eisa/bt_eisa.c optional bt device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index ffb26d3cf6c1..df4acc3ee255 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.220 1999/01/20 03:29:52 msmith Exp $ +# $Id: files.i386,v 1.221 1999/02/10 02:41:23 des Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -40,7 +40,7 @@ i386/apm/apm_setup.s optional apm i386/eisa/dpt_eisa.c optional eisa dpt device-driver i386/eisa/3c5x9.c optional ep device-driver i386/eisa/adv_eisa.c optional adv device-driver -i386/eisa/ahc_eisa.c optional ahc device-driver \ +i386/eisa/ahc_eisa.c optional eisa ahc device-driver \ dependency "aic7xxx_reg.h $S/i386/eisa/ahc_eisa.c" i386/eisa/ahb.c optional ahb device-driver i386/eisa/bt_eisa.c optional bt device-driver |
