Home | History | Annotate | Line # | Download | only in pcs
Makefile revision 1.1
      1  1.1  matt #	$NetBSD: Makefile,v 1.1 2002/04/09 18:03:07 matt Exp $
      2  1.1  matt 
      3  1.1  matt .include <bsd.own.mk>
      4  1.1  matt 
      5  1.1  matt FILES=		pcs750.bin
      6  1.1  matt FILESDIR=	/
      7  1.1  matt FILESMODE=	${BINMODE}
      8  1.1  matt CLEANFILES+=	pcs750.bin
      9  1.1  matt 
     10  1.1  matt all dependall: ${FILES}
     11  1.1  matt 
     12  1.1  matt UUDECODE?=	uudecode
     13  1.1  matt 
     14  1.1  matt pcs750.bin:	${.CURDIR}/pcs750.bin.uue
     15  1.1  matt 	${UUDECODE} ${.ALLSRC}
     16  1.1  matt 
     17  1.1  matt .include <bsd.files.mk>
     18  1.1  matt 
     19  1.1  matt NOMAN=
     20  1.1  matt 
     21  1.1  matt .include <bsd.prog.mk>
     22