summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-04-03 09:55:26 +0000
committerkato <kato@FreeBSD.org>1997-04-03 09:55:26 +0000
commit2d3b8026d77fcecd108c8a401017a49ec67cc424 (patch)
tree8a47430f24e067a398e02afd4f35b0e1267c7dae /sys
parent73040a3470a6acc697f9dfe677374937f2a2ce92 (diff)
downloadFreeBSD-src-2d3b8026d77fcecd108c8a401017a49ec67cc424.zip
FreeBSD-src-2d3b8026d77fcecd108c8a401017a49ec67cc424.tar.gz
Synchronize with sys/i386/confi/files.i386 revision 1.158.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.pc986
-rw-r--r--sys/pc98/conf/files.pc986
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 07775ed..fe417f7 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -3,18 +3,18 @@
#
# modified for PC-9801
#
-# $Id: files.pc98,v 1.18 1997/03/22 18:54:13 kato Exp $
+# $Id: files.pc98,v 1.19 1997/03/24 07:20:13 kato Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
- compile-with "cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install" \
+ compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \
no-obj no-implicit-rule \
clean "aic7xxx_asm"
#
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" \
no-obj no-implicit-rule before-depend \
- clean "aic7xxx_{seq,reg}.h" \
+ clean "aic7xxx_seq.h aic7xxx_reg.h" \
dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} aic7xxx_asm"
#
linux_genassym optional compat_linux \
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98
index 07775ed..fe417f7 100644
--- a/sys/pc98/conf/files.pc98
+++ b/sys/pc98/conf/files.pc98
@@ -3,18 +3,18 @@
#
# modified for PC-9801
#
-# $Id: files.pc98,v 1.18 1997/03/22 18:54:13 kato Exp $
+# $Id: files.pc98,v 1.19 1997/03/24 07:20:13 kato Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
- compile-with "cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install" \
+ compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \
no-obj no-implicit-rule \
clean "aic7xxx_asm"
#
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" \
no-obj no-implicit-rule before-depend \
- clean "aic7xxx_{seq,reg}.h" \
+ clean "aic7xxx_seq.h aic7xxx_reg.h" \
dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} aic7xxx_asm"
#
linux_genassym optional compat_linux \
OpenPOWER on IntegriCloud