From 47e05c0b610ca108a5f92e92eede90e98af7463b Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Wed, 3 Sep 1997 12:40:10 +0000 Subject: [PATCH] Synchronize with sys/i386/conf/files.i386 revision 1.174. --- sys/conf/files.pc98 | 12 ++++++------ sys/pc98/conf/files.pc98 | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index c4fdae29c3f9..aed72a098678 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -3,23 +3,23 @@ # # modified for PC-9801 # -# $Id: files.pc98,v 1.34 1997/08/28 14:21:11 kato Exp $ +# $Id: files.pc98,v 1.35 1997/08/29 08:15:52 kato Exp $ # -aic7xxx_asm optional ahc device-driver \ +aicasm optional ahc device-driver \ dependency "$S/dev/aic7xxx/*.[chyl]" \ - compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \ + compile-with "make -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \ no-obj no-implicit-rule \ - clean "aic7xxx_asm" + clean "aicasm" # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and # dependency lines other than the first are silently ignored. # aic7xxx_{seq,reg}.h optional ahc device-driver \ - compile-with "./aic7xxx_asm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \ + compile-with "./aicasm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule before-depend \ clean "aic7xxx_seq.h aic7xxx_reg.h" \ - dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aic7xxx_asm" + dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aicasm" # linux_genassym optional compat_linux \ dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \ diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98 index c4fdae29c3f9..aed72a098678 100644 --- a/sys/pc98/conf/files.pc98 +++ b/sys/pc98/conf/files.pc98 @@ -3,23 +3,23 @@ # # modified for PC-9801 # -# $Id: files.pc98,v 1.34 1997/08/28 14:21:11 kato Exp $ +# $Id: files.pc98,v 1.35 1997/08/29 08:15:52 kato Exp $ # -aic7xxx_asm optional ahc device-driver \ +aicasm optional ahc device-driver \ dependency "$S/dev/aic7xxx/*.[chyl]" \ - compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \ + compile-with "make -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \ no-obj no-implicit-rule \ - clean "aic7xxx_asm" + clean "aicasm" # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and # dependency lines other than the first are silently ignored. # aic7xxx_{seq,reg}.h optional ahc device-driver \ - compile-with "./aic7xxx_asm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \ + compile-with "./aicasm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule before-depend \ clean "aic7xxx_seq.h aic7xxx_reg.h" \ - dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aic7xxx_asm" + dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aicasm" # linux_genassym optional compat_linux \ dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \