Makefile revision 1.7
11.7Slukem# $NetBSD: Makefile,v 1.7 2003/01/03 15:34:42 lukem Exp $ 21.1Sthorpej 31.1SthorpejPROGAOUT= inst 41.1SthorpejPROGSOURCE= inst.c 51.1SthorpejNEWVERSWHAT= "Miniroot Installer" 61.2Sthorpej 71.2SthorpejCPPFLAGS+= -DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK 81.1Sthorpej 91.6Sgmcgarry.include "../Makefile.buildboot" 101.6Sgmcgarry 111.1Sthorpejinstall: 121.5Sgmcgarry ${INSTALL} -d -m 755 -o ${BINOWN} -g ${BINGRP} ${INSTPRIV} \ 131.1Sthorpej ${DESTDIR}${BINDIR}/rbootd 141.5Sgmcgarry ${INSTALL} ${COPY} -m 444 -o ${BINOWN} -g ${BINGRP} ${INSTPRIV} \ 151.5Sgmcgarry inst.lif ${DESTDIR}${BINDIR}/inst.lif 161.1Sthorpej rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_INST 171.1Sthorpej ln ${DESTDIR}${BINDIR}/inst.lif ${DESTDIR}${BINDIR}/rbootd/SYS_INST 181.3She 191.7Slukemrelease: check_RELEASEDIR .WAIT inst.lif 201.7Slukem ${HOST_INSTALL_FILE} -m ${NONBINMODE} inst.lif \ 211.7Slukem ${RELEASEDIR}/${MACHINE}/installation/misc/SYS_INST 221.1Sthorpej 23