summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorexplorer <explorer@NetBSD.org>1996-07-13 06:19:34 +0000
committerexplorer <explorer@NetBSD.org>1996-07-13 06:19:34 +0000
commit00f9b22eb88c6c586fe4da37ed3b30b44d79e3b8 (patch)
tree69389d5e9a89a5574dffb746ce2f3a5333f01be3 /sys/dev/microcode
parent0462d3063c24ba8824192e139559f552f80f9bbf (diff)
Remove aic7xxx_seq.h on clean, build it on depend. This closes pr 2608,
2441, and part of 2600. 2436 is left open to remind me that Chris's comments are probably correct. This file should be built statically and committed to the tree, not built on a per-kernel basis.
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/aic7xxx/Makefile.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/microcode/aic7xxx/Makefile.inc b/sys/dev/microcode/aic7xxx/Makefile.inc
index 88ff6c63822..6f21d32b68d 100644
--- a/sys/dev/microcode/aic7xxx/Makefile.inc
+++ b/sys/dev/microcode/aic7xxx/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 1996/05/20 00:48:43 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.5 1996/07/13 06:19:34 explorer Exp $
.if target(aic7xxx.o)
PATH: $S/dev/microcode/aic7xxx
@@ -10,6 +10,9 @@ aic7xxx_seq.h: aic7xxx_asm $S/dev/microcode/aic7xxx/aic7xxx.seq
aic7xxx_asm: $S/dev/microcode/aic7xxx/aic7xxx_asm.c
+.depend: aic7xxx_seq.h
+
clean::
- rm -f aic7xxx_asm
+ rm -f aic7xxx_asm aix7xxx_seq.h
+
.endif