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