Cross Reference: Makefile
xref: /src/sys/arch/hp300/stand/inst/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/hp300/stand/inst/
Makefile revision 1.10
11.10Schristos#	$NetBSD: Makefile,v 1.10 2019/09/23 13:42:36 christos 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.10Schristos	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/SYS_INST
22

Indexes created Mon Jan 26 14:10:17 GMT 2026