diff options
author | gibbs <gibbs@FreeBSD.org> | 1994-11-18 09:08:01 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1994-11-18 09:08:01 +0000 |
commit | e5a8780f4ea2789a60b26bc8dc6f1f894671c532 (patch) | |
tree | 6b7f7695db92f958f3d43ed92b57b3299de71030 /sys/i386 | |
parent | d972449378eefd3eae531482ed94e880c6b00ba4 (diff) | |
download | FreeBSD-src-e5a8780f4ea2789a60b26bc8dc6f1f894671c532.zip FreeBSD-src-e5a8780f4ea2789a60b26bc8dc6f1f894671c532.tar.gz |
Never but never have a bad hair day and go to the movies.
Go to a single dependancy in files.i386. Using a .c file for the
sequencer code won't work since I need to know the size of the program,
so we just include the generated .h file as:
"../../sys/gnu/misc/aic7770/aic7770_seq.h"
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/files.i386 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 7e29617..75f7355 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.61 1994/11/18 08:06:37 jkh Exp $ +# $Id: files.i386,v 1.62 1994/11/18 08:20:56 jkh Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -46,7 +46,6 @@ i386/ibcs2/imgact_coff.c optional ibcs2 #i386/ibcs2/imgact_elf.c optional svr4 i386/isa/aha1542.c optional aha device-driver i386/isa/aha1742.c optional ahb device-driver -gnu/misc/aha274x_seq.c optional ahc device-driver i386/isa/aic7770.c optional ahc device-driver i386/isa/aic6360.c optional aic device-driver i386/isa/b004.c optional bqu device-driver |