diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1999-02-11 07:17:57 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1999-02-11 07:17:57 +0000 |
| commit | fb49a3ec043270879aa05e2a26a2f2d1ca0c099c (patch) | |
| tree | 3c67e56605fde0f8265033a8080fe1e086e63e73 | |
| parent | c4ebff7c861b673306b490db42da6d1a93eeeda0 (diff) | |
Notes
| -rw-r--r-- | sys/i386/conf/files.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 6993be0c5023..a5b4996ec7da 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.219 1999/01/19 11:31:22 yokota Exp $ +# $Id: files.i386,v 1.220 1999/01/20 03:29:52 msmith 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 |
