11.12Stsutsui# $NetBSD: Makefile,v 1.12 2024/05/07 19:24:33 tsutsui Exp $ 21.1Sthorpej 31.12StsutsuiPROGELF= inst 41.1SthorpejPROGSOURCE= inst.c 51.1SthorpejNEWVERSWHAT= "Miniroot Installer" 61.2Sthorpej 71.2SthorpejCPPFLAGS+= -DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK 81.1Sthorpej 91.11StsutsuiLINKS= ${BINDIR}/${PROG} ${BINDIR}/rbootd/SYS_INST 101.11Stsutsui 111.6Sgmcgarry.include "../Makefile.buildboot" 121.6Sgmcgarry 131.11Stsutsuibeforeinstall: 141.5Sgmcgarry ${INSTALL} -d -m 755 -o ${BINOWN} -g ${BINGRP} ${INSTPRIV} \ 151.1Sthorpej ${DESTDIR}${BINDIR}/rbootd 161.3She 171.11Stsutsuirelease: check_RELEASEDIR .WAIT ${PROG} 181.11Stsutsui ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${PROG} \ 191.10Schristos ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/SYS_INST 20