diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-09-03 12:40:10 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-09-03 12:40:10 +0000 |
| commit | 47e05c0b610ca108a5f92e92eede90e98af7463b (patch) | |
| tree | f10d8b1f87cb9bee8d42feb51a8db01fbb3a5b20 /sys/pc98 | |
| parent | 920e888936f7205701a30111a1488e0124f643b1 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/conf/files.pc98 | 12 |
1 files changed, 6 insertions, 6 deletions
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" \ |
