Home | History | Annotate | Line # | Download | only in misc
      1  1.12  christos #	$NetBSD: Makefile,v 1.12 2019/09/23 13:42:36 christos Exp $
      2   1.8  christos 
      3   1.8  christos .include <bsd.hostinit.mk>
      4   1.1        tv 
      5   1.3     lukem MISC_FILES=	rawrite.c
      6   1.3     lukem UUDECODE_FILES=	pfdisk.doc pfdisk.exe pfdisktc.zip \
      7   1.3     lukem 		rawrite.doc rawrite.exe
      8   1.1        tv 
      9   1.3     lukem .include <bsd.files.mk>
     10   1.1        tv .include <bsd.hostprog.mk>
     11   1.1        tv 
     12   1.3     lukem release: check_RELEASEDIR .WAIT ${MISC_FILES} ${UUDECODE_FILES}
     13   1.3     lukem 	${_MKMSG_INSTALL} ${MISC_FILES}
     14   1.5      groo 	cd ${.CURDIR} && \
     15   1.3     lukem 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${MISC_FILES} \
     16  1.12  christos 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
     17   1.3     lukem 	${_MKMSG_INSTALL} ${UUDECODE_FILES}
     18   1.5      groo 	cd ${.OBJDIR} && \
     19   1.3     lukem 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${UUDECODE_FILES} \
     20  1.12  christos 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
     21