Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.1.2.2
      1  1.1.2.2  he #	$NetBSD: Makefile,v 1.1.2.2 2002/12/12 22:39:04 he Exp $
      2  1.1.2.2  he 
      3  1.1.2.2  he .include <bsd.own.mk>
      4  1.1.2.2  he .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1.2.2  he 
      6  1.1.2.2  he ARCHIVES=	gzip rawrite
      7  1.1.2.2  he MEMBER_gzip=	gz124x5f.lzh gzip.x
      8  1.1.2.2  he MEMBER_rawrite=	rawrite.doc rawrite.lzh rawrite.x
      9  1.1.2.2  he 
     10  1.1.2.2  he .for archive in ${ARCHIVES}
     11  1.1.2.2  he CLEANFILES+=	${archive}.tar.gz ${MEMBER_${archive}}
     12  1.1.2.2  he .endfor
     13  1.1.2.2  he 
     14  1.1.2.2  he realall:
     15  1.1.2.2  he .for archive in ${ARCHIVES}
     16  1.1.2.2  he 	${UUDECODE} ${.CURDIR}/${archive}.uue
     17  1.1.2.2  he 	${PAX} -zrvpp -f ${archive}.tar.gz
     18  1.1.2.2  he .endfor
     19  1.1.2.2  he 
     20  1.1.2.2  he release:
     21  1.1.2.2  he .for archive in ${ARCHIVES}
     22  1.1.2.2  he 	${RELEASE_INSTALL} -p ${MEMBER_${archive}} \
     23  1.1.2.2  he 		${RELEASEDIR}/installation/misc
     24  1.1.2.2  he .endfor
     25  1.1.2.2  he 
     26  1.1.2.2  he .include <bsd.prog.mk>
     27