summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-04-16 01:20:00 +0000
committergibbs <gibbs@FreeBSD.org>1995-04-16 01:20:00 +0000
commit9aa224ba113c7f6eb1dcb63f553ea4126a612d02 (patch)
treeb5159545671739fff12d376e56272425c0532234 /sys/i386/conf
parent6352451ed3635c24f5f7dd4eeb1238dd757a3c83 (diff)
downloadFreeBSD-src-9aa224ba113c7f6eb1dcb63f553ea4126a612d02.zip
FreeBSD-src-9aa224ba113c7f6eb1dcb63f553ea4126a612d02.tar.gz
Have the aic7xxx build rules point at the sequencer's new location.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/files.i38612
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 944b43f..c483d5a 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,16 +1,16 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.93 1995/04/08 09:36:04 phk Exp $
+# $Id: files.i386,v 1.94 1995/04/09 15:49:22 jkh Exp $
#
-aic7xxx optional ahc device-driver \
- dependency "$S/gnu/misc/aic7xxx/aic7xxx.c" \
- compile-with "${CC} -o $@ $>" \
+aic7xxx_asm optional ahc device-driver \
+ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
+ compile-with "${CC} -Wall -o $@ $>" \
no-obj no-implicit-rule \
clean "aic7xxx"
aic7xxx_seq.h optional ahc device-driver \
- dependency "$S/gnu/misc/aic7xxx/aic7xxx.seq aic7xxx" \
- compile-with "./aic7xxx -o $@ $S/gnu/misc/aic7xxx/aic7xxx.seq" \
+ dependency "$S/dev/aic7xxx/aic7xxx.seq aic7xxx_asm" \
+ compile-with "./aic7xxx_asm -o $@ $S/dev/aic7xxx/aic7xxx.seq" \
no-obj no-implicit-rule before-depend \
clean "aic7xxx_seq.h"
i386/apm/apm.c optional apm device-driver
OpenPOWER on IntegriCloud