Home | History | Annotate | Line # | Download | only in inst
Makefile revision 1.10
      1  1.10  christos #	$NetBSD: Makefile,v 1.10 2019/09/23 13:42:36 christos Exp $
      2   1.1   thorpej 
      3   1.1   thorpej PROGAOUT=	inst
      4   1.1   thorpej PROGSOURCE=	inst.c
      5   1.1   thorpej NEWVERSWHAT=	"Miniroot Installer"
      6   1.2   thorpej 
      7   1.2   thorpej CPPFLAGS+=	-DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK
      8   1.1   thorpej 
      9   1.6  gmcgarry .include "../Makefile.buildboot"
     10   1.6  gmcgarry 
     11   1.1   thorpej install:
     12   1.5  gmcgarry 	${INSTALL} -d -m 755 -o ${BINOWN} -g ${BINGRP} ${INSTPRIV} \
     13   1.1   thorpej 	    ${DESTDIR}${BINDIR}/rbootd
     14   1.5  gmcgarry 	${INSTALL} ${COPY} -m 444 -o ${BINOWN} -g ${BINGRP} ${INSTPRIV} \
     15   1.5  gmcgarry 	    inst.lif ${DESTDIR}${BINDIR}/inst.lif
     16   1.1   thorpej 	rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_INST
     17   1.1   thorpej 	ln ${DESTDIR}${BINDIR}/inst.lif ${DESTDIR}${BINDIR}/rbootd/SYS_INST
     18   1.3        he 
     19   1.7     lukem release: check_RELEASEDIR .WAIT inst.lif
     20   1.7     lukem 	${HOST_INSTALL_FILE} -m ${NONBINMODE} inst.lif \
     21  1.10  christos 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/SYS_INST
     22