Makefile revision 1.2
11.2Sthorpej# $NetBSD: Makefile,v 1.2 1999/12/14 20:55:28 thorpej 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.1Sthorpejinstall: 101.1Sthorpej ${INSTALL} -d -m 755 -o ${BINOWN} -g ${BINGRP} \ 111.1Sthorpej ${DESTDIR}${BINDIR}/rbootd 121.1Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 inst.lif \ 131.1Sthorpej ${DESTDIR}${BINDIR}/inst.lif 141.1Sthorpej rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_INST 151.1Sthorpej ln ${DESTDIR}${BINDIR}/inst.lif ${DESTDIR}${BINDIR}/rbootd/SYS_INST 161.1Sthorpej 171.1Sthorpej.include "../Makefile.buildboot" 18