Home | History | Annotate | Line # | Download | only in aic7xxx
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 1998/01/05 07:31:11 perry Exp $
      2 
      3 aic7xxx_seq.h: aic7xxx_asm aic7xxx.seq
      4 	./aic7xxx_asm -o ${.TARGET} aic7xxx.seq
      5 
      6 aic7xxx_asm: aic7xxx_asm.o
      7 	${CC} -o $@ aic7xxx_asm.o
      8 
      9 aic7xxx_asm.o: aic7xxx_asm.c
     10