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