Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.9.8.1
      1  1.9.8.1  pgoyette #	$NetBSD: Makefile,v 1.9.8.1 2017/03/20 06:52:11 pgoyette Exp $
      2      1.1     isaki 
      3      1.1     isaki .include <bsd.own.mk>
      4      1.9  christos .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5      1.1     isaki 
      6  1.9.8.1  pgoyette .if ${MKREPRO_TIMESTAMP:Uno} != "no"
      7  1.9.8.1  pgoyette MAKEFS_TIMESTAMP=-T "${MKREPRO_TIMESTAMP}"
      8  1.9.8.1  pgoyette PAX_TIMESTAMP=--timestamp "${MKREPRO_TIMESTAMP}"
      9  1.9.8.1  pgoyette .endif
     10  1.9.8.1  pgoyette 
     11      1.1     isaki ARCHIVES=	gzip rawrite
     12      1.1     isaki MEMBER_gzip=	gz124x5f.lzh gzip.x
     13      1.1     isaki MEMBER_rawrite=	rawrite.doc rawrite.lzh rawrite.x
     14      1.1     isaki 
     15      1.5       jmc UUDECODE_FILES=	${ARCHIVES:C/$/.tar.gz/}
     16      1.5       jmc 
     17      1.1     isaki .for archive in ${ARCHIVES}
     18      1.5       jmc CLEANFILES+=	${MEMBER_${archive}}
     19      1.1     isaki .endfor
     20      1.1     isaki 
     21      1.5       jmc realall: ${UUDECODE_FILES}
     22      1.5       jmc .for archive in ${UUDECODE_FILES}
     23  1.9.8.1  pgoyette 	${TOOL_PAX} ${PAX_TIMESTAMP} -O -zrvpp -f ${archive}
     24      1.1     isaki .endfor
     25      1.1     isaki 
     26      1.1     isaki release:
     27      1.1     isaki .for archive in ${ARCHIVES}
     28      1.6     isaki 	${RELEASE_INSTALL} ${MEMBER_${archive}} \
     29      1.7      matt 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
     30      1.1     isaki .endfor
     31      1.1     isaki 
     32      1.9  christos .include <bsd.files.mk>
     33