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.1
11.1Sthorpej#	$NetBSD: Makefile,v 1.1 1997/02/04 03:52:56 thorpej Exp $
21.1Sthorpej
31.1SthorpejPROGAOUT=	inst
41.1SthorpejPROGSOURCE=	inst.c
51.1SthorpejNEWVERSWHAT=	"Miniroot Installer"
61.1Sthorpej
71.1Sthorpejinstall:
81.1Sthorpej	${INSTALL} -d -m 755 -o ${BINOWN} -g ${BINGRP} \
91.1Sthorpej	    ${DESTDIR}${BINDIR}/rbootd
101.1Sthorpej	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 inst.lif \
111.1Sthorpej	    ${DESTDIR}${BINDIR}/inst.lif
121.1Sthorpej	rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_INST
131.1Sthorpej	ln ${DESTDIR}${BINDIR}/inst.lif ${DESTDIR}${BINDIR}/rbootd/SYS_INST
141.1Sthorpej
151.1Sthorpej.include "../Makefile.buildboot"
16

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