summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-18 08:06:37 +0000
committerjkh <jkh@FreeBSD.org>1994-11-18 08:06:37 +0000
commit4112522bb50834a03f244845bce351308b7aac78 (patch)
tree72558898f10f82ba0dec7576ae70dd1782c0c6d7 /sys
parent8d1d1056da5d0dcc4b6967ef9ed70580608ad4fe (diff)
downloadFreeBSD-src-4112522bb50834a03f244845bce351308b7aac78.zip
FreeBSD-src-4112522bb50834a03f244845bce351308b7aac78.tar.gz
Totally gut this thing and just use a precompiled gnu/misc/aha274x_seq.c
instead. The entire scheme just doesn't work as envisioned (hint: think about make depend as well as all). Those extremely rare individuals who actually hack on the sequencer code will know how to keep stuff in sync, I *do* get the feeling!
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.i38614
-rw-r--r--sys/i386/conf/files.i38614
2 files changed, 6 insertions, 22 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 0e75a78..d6d0dfe 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.59 1994/11/03 15:51:38 jkh Exp $
+# $Id: files.i386,v 1.60 1994/11/17 20:20:54 gibbs Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@@ -46,16 +46,8 @@ 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
-aic7770 optional ahc device-driver \
- compile-with "${CC} $> -o $@" \
- dependancy "$S/gnu/misc/aic7770/aic7770.c" \
- no-obj no-implicit-rule
-aha274x_seq.h optional ahc device-driver \
- compile-with "${.CURDIR}/aic7770 -o $@ $>" \
- dependancy "$S/gnu/misc/aha274x.seq" \
- no-obj no-implicit-rule
-i386/isa/aha2742.c optional ahc device-driver \
- dependancy "aha274x_seq.h aic7770"
+gnu/misc/aha274x_seq.c optional ahc device-driver
+i386/isa/aha2742.c optional ahc device-driver
i386/isa/aic6360.c optional aic device-driver
i386/isa/b004.c optional bqu device-driver
i386/isa/bt742a.c optional bt device-driver
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 0e75a78..d6d0dfe 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.59 1994/11/03 15:51:38 jkh Exp $
+# $Id: files.i386,v 1.60 1994/11/17 20:20:54 gibbs Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@@ -46,16 +46,8 @@ 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
-aic7770 optional ahc device-driver \
- compile-with "${CC} $> -o $@" \
- dependancy "$S/gnu/misc/aic7770/aic7770.c" \
- no-obj no-implicit-rule
-aha274x_seq.h optional ahc device-driver \
- compile-with "${.CURDIR}/aic7770 -o $@ $>" \
- dependancy "$S/gnu/misc/aha274x.seq" \
- no-obj no-implicit-rule
-i386/isa/aha2742.c optional ahc device-driver \
- dependancy "aha274x_seq.h aic7770"
+gnu/misc/aha274x_seq.c optional ahc device-driver
+i386/isa/aha2742.c optional ahc device-driver
i386/isa/aic6360.c optional aic device-driver
i386/isa/b004.c optional bqu device-driver
i386/isa/bt742a.c optional bt device-driver
OpenPOWER on IntegriCloud