From 73cb5a96f828fafc91bf678abb2abe1e120ef8b1 Mon Sep 17 00:00:00 2001 From: explorer Date: Sat, 13 Jul 1996 06:20:11 +0000 Subject: aic, not aix... Stupid typo --- sys/dev/microcode/aic7xxx/Makefile.inc | 4 ++-- 1 file changed, 2 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 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 -- cgit