diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-01-13 02:29:14 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-01-13 02:29:14 +0000 |
commit | 5baa9edf60c4f1bfc20dba9006b6157753d36582 (patch) | |
tree | b19d32e45fbb98aa7cc80b8d16f37fa29e9e1d0d /sys | |
parent | 7f7c56c3274a7f1e594ecf151a82aac2e53a7242 (diff) | |
download | FreeBSD-src-5baa9edf60c4f1bfc20dba9006b6157753d36582.zip FreeBSD-src-5baa9edf60c4f1bfc20dba9006b6157753d36582.tar.gz |
Point dependancy to i386/scsi
Diffstat (limited to 'sys')
-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 b030cb5..a2f727b 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.70 1995/01/12 13:05:00 ugen Exp $ +# $Id: files.i386,v 1.71 1995/01/13 02:23:03 gibbs Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -54,7 +54,7 @@ aic7xxx_seq.h optional ahc device-driver \ dependancy "$S/gnu/misc/aic7xxx/aic7xxx.seq aic7xxx" \ compile-with "./aic7xxx -o $@ $S/gnu/misc/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule before-depend -i386/isa/aic7xxx.c optional ahc device-driver \ +i386/scsi/aic7xxx.c optional ahc device-driver \ dependancy "aic7xxx_seq.h" i386/isa/aic7770.c optional ahc device-driver i386/pci/aic7870.c optional ahc device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index b030cb5..a2f727b 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.70 1995/01/12 13:05:00 ugen Exp $ +# $Id: files.i386,v 1.71 1995/01/13 02:23:03 gibbs Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -54,7 +54,7 @@ aic7xxx_seq.h optional ahc device-driver \ dependancy "$S/gnu/misc/aic7xxx/aic7xxx.seq aic7xxx" \ compile-with "./aic7xxx -o $@ $S/gnu/misc/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule before-depend -i386/isa/aic7xxx.c optional ahc device-driver \ +i386/scsi/aic7xxx.c optional ahc device-driver \ dependancy "aic7xxx_seq.h" i386/isa/aic7770.c optional ahc device-driver i386/pci/aic7870.c optional ahc device-driver |