diff options
| author | explorer <explorer@NetBSD.org> | 1996-07-13 06:20:11 +0000 |
|---|---|---|
| committer | explorer <explorer@NetBSD.org> | 1996-07-13 06:20:11 +0000 |
| commit | 73cb5a96f828fafc91bf678abb2abe1e120ef8b1 (patch) | |
| tree | 401929b1e5df20d975cf6941beee2b0710ba1c5b /sys/dev/microcode | |
| parent | 00f9b22eb88c6c586fe4da37ed3b30b44d79e3b8 (diff) | |
aic, not aix... Stupid typo
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/aic7xxx/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/aic7xxx/Makefile.inc b/sys/dev/microcode/aic7xxx/Makefile.inc index 6f21d32b68d..0ea50eeba2a 100644 --- a/sys/dev/microcode/aic7xxx/Makefile.inc +++ b/sys/dev/microcode/aic7xxx/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 1996/07/13 06:19:34 explorer Exp $ +# $NetBSD: Makefile.inc,v 1.6 1996/07/13 06:20:11 explorer Exp $ .if target(aic7xxx.o) PATH: $S/dev/microcode/aic7xxx @@ -13,6 +13,6 @@ aic7xxx_asm: $S/dev/microcode/aic7xxx/aic7xxx_asm.c .depend: aic7xxx_seq.h clean:: - rm -f aic7xxx_asm aix7xxx_seq.h + rm -f aic7xxx_asm aic7xxx_seq.h .endif |
