From dcc6d309b2fe8b67918d058d54dca87d0daeb818 Mon Sep 17 00:00:00 2001 From: kato Date: Wed, 3 Sep 1997 12:40:10 +0000 Subject: Synchronize with sys/i386/conf/files.i386 revision 1.174. --- sys/conf/files.pc98 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/conf/files.pc98') diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index c4fdae2..aed72a0 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" \ -- cgit v1.1