Home | History | Annotate | Line # | Download | only in siop
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2000/04/21 17:57:01 bouyer Exp $
      2 
      3 all: siop.out
      4 
      5 PROG=	ncr53cxxx
      6 MKSHARE=no
      7 
      8 .include <bsd.prog.mk>
      9 
     10 regen: siop.out
     11 headers: siop.out
     12 
     13 siop.out: siop.ss ${PROG}
     14 	./${PROG} siop.ss -o siop.out
     15 	
     16