summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-09-03 12:40:10 +0000
committerkato <kato@FreeBSD.org>1997-09-03 12:40:10 +0000
commitdcc6d309b2fe8b67918d058d54dca87d0daeb818 (patch)
tree8802378a78b24569c56733a6fcaa5b83baa9362f /sys/conf/files.pc98
parent52bbd7041aa679a27451339d4741a476fc457542 (diff)
downloadFreeBSD-src-dcc6d309b2fe8b67918d058d54dca87d0daeb818.zip
FreeBSD-src-dcc6d309b2fe8b67918d058d54dca87d0daeb818.tar.gz
Synchronize with sys/i386/conf/files.i386 revision 1.174.
Diffstat (limited to 'sys/conf/files.pc98')
-rw-r--r--sys/conf/files.pc9812
1 files changed, 6 insertions, 6 deletions
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" \
OpenPOWER on IntegriCloud