1 1.2 lukem # $NetBSD: Makefile,v 1.2 2002/04/24 08:18:53 lukem Exp $ 2 1.2 lukem 3 1.2 lukem NOMAN= 4 1.1 matt 5 1.1 matt .include <bsd.own.mk> 6 1.1 matt 7 1.1 matt FILES= pcs750.bin 8 1.1 matt FILESDIR= / 9 1.1 matt FILESMODE= ${BINMODE} 10 1.1 matt CLEANFILES+= pcs750.bin 11 1.1 matt 12 1.1 matt all dependall: ${FILES} 13 1.1 matt 14 1.1 matt UUDECODE?= uudecode 15 1.1 matt 16 1.1 matt pcs750.bin: ${.CURDIR}/pcs750.bin.uue 17 1.1 matt ${UUDECODE} ${.ALLSRC} 18 1.1 matt 19 1.1 matt .include <bsd.prog.mk> 20