From 00f9b22eb88c6c586fe4da37ed3b30b44d79e3b8 Mon Sep 17 00:00:00 2001 From: explorer Date: Sat, 13 Jul 1996 06:19:34 +0000 Subject: 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. --- sys/dev/microcode/aic7xxx/Makefile.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode') 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 -- cgit