Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.5
      1  1.5  christos #       $NetBSD: Makefile,v 1.5 2018/05/01 19:59:43 christos Exp $
      2  1.1    mhitch #
      3  1.1    mhitch 
      4  1.5  christos #include <bsd.hostinit.mk>
      5  1.5  christos 
      6  1.1    mhitch MISC_FILES=	runbootblock.README
      7  1.2        is UUDECODE_FILES=	device-streams.tar.gz \
      8  1.4       phx 		loadbsd rdbinfo runbootblock xstreamtodev
      9  1.1    mhitch 
     10  1.1    mhitch .include <bsd.files.mk>
     11  1.1    mhitch .include <bsd.hostprog.mk>
     12  1.1    mhitch 
     13  1.1    mhitch release: check_RELEASEDIR .WAIT ${MISC_FILES} ${UUDECODE_FILES}
     14  1.1    mhitch 	${_MKMSG_INSTALL} ${MISC_FILES}
     15  1.1    mhitch 	cd ${.CURDIR} && \
     16  1.1    mhitch 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${MISC_FILES} \
     17  1.3      matt 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
     18  1.1    mhitch 	${_MKMSG_INSTALL} ${UUDECODE_FILES}
     19  1.1    mhitch 	cd ${.OBJDIR} && \
     20  1.1    mhitch 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${UUDECODE_FILES} \
     21  1.3      matt 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
     22  1.1    mhitch 
     23